![yangshaoxue](/assets/img/avatar_default.png)
Change the skyline-apiserver and skyline-console project from skyline group to openstack group. The devstack plugin has wrong permission for dir_log. So it depends on the commit for skyline-apiserver. Depends-On: https://review.opendev.org/c/openstack/skyline-apiserver/+/833528 Change-Id: I1e914f1a6e92fd2fd5463bd36872231837e91746
17 lines
559 B
YAML
17 lines
559 B
YAML
---
|
|
- hosts: controller
|
|
tasks:
|
|
- name: Add enable_plugin into local.conf
|
|
shell:
|
|
executable: /bin/bash
|
|
cmd: |
|
|
local_conf="/opt/stack/devstack/local.conf"
|
|
sed -i '1a enable_plugin skyline-apiserver https://opendev.org/openstack/skyline-apiserver' $local_conf
|
|
sed -i '1a enable_plugin ironic https://opendev.org/openstack/ironic' $local_conf
|
|
sed -i '1a enable_plugin neutron https://opendev.org/openstack/neutron' $local_conf
|
|
become: yes
|
|
|
|
- hosts: all
|
|
roles:
|
|
- orchestrate-devstack
|