diff options
author | 2018-09-18 16:11:15 +0200 | |
---|---|---|
committer | 2018-10-08 14:55:55 -0400 | |
commit | 99b41501961f3da0775e102d69f8018c89d10988 (patch) | |
tree | 6c5d119d29628a39a74b9d5231acad49dbac5d64 /lib/ansible/playbooks/deploy_overcloud.yml | |
parent | 82bf9da27ea0c973068720d440e3391084e8a9d9 (diff) |
Adding support for containerized undercloud
Master code only supports containerized undercloud now, so this
migration is needed.
- Containerized services in undercloud
We can still apply patches to THT and other non-docker services, but
we will need to add support for patching openstack services on
undercloud.
Change-Id: I1ca4c6108f144efef7b5889503af265ef0fff8b2
Signed-off-by: Ricardo Noriega <rnoriega@redhat.com>
Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'lib/ansible/playbooks/deploy_overcloud.yml')
-rw-r--r-- | lib/ansible/playbooks/deploy_overcloud.yml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/ansible/playbooks/deploy_overcloud.yml b/lib/ansible/playbooks/deploy_overcloud.yml index dd2b189d..90c3ad1d 100644 --- a/lib/ansible/playbooks/deploy_overcloud.yml +++ b/lib/ansible/playbooks/deploy_overcloud.yml @@ -37,11 +37,6 @@ owner: root group: root mode: 0664 - - systemd: - name: openstack-swift-proxy - state: restarted - enabled: yes - become: yes - name: Remove Ceph OSD from ceph storage role lineinfile: path: /usr/share/openstack-tripleo-heat-templates/roles_data.yaml @@ -67,7 +62,7 @@ group: root become: yes - name: Upload glance images - shell: "{{ stackrc }} && openstack overcloud image upload --http-boot /httpboot" + shell: "{{ stackrc }} && openstack overcloud image upload" become: yes become_user: stack - name: Import inventory (baremetal) |