Change the order of resource creation

Resource creation order in kubernetes templates for Fedora Atomic
was changed to avoid neutron bug https://bugs.launchpad.net/neutron/+bug/1845360
Floating IP should be assigned to network port after instance creation

Story: 2006631
Task: 36844

(cherry picked from commit 1cc67079500bdd1ed2223a82874142c78880e9a3)
(cherry picked from commit 209846cabe)

Change-Id: Ib7e0503d475d7cd3164a116c3a0325c4ae417a0a
This commit is contained in:
Stanislav Dmitriev 2019-09-27 11:24:01 -04:00 committed by Bharat Kunwar
parent 4d7c03f61c
commit 18be349d4a
2 changed files with 2 additions and 0 deletions

View File

@ -725,6 +725,7 @@ resources:
properties:
floating_network: {get_param: external_network}
port_id: {get_resource: kube_master_eth0}
depends_on: kube-master
api_pool_member:
type: Magnum::Optional::Neutron::LBaaS::PoolMember

View File

@ -509,6 +509,7 @@ resources:
properties:
floating_network: {get_param: external_network}
port_id: {get_resource: kube_minion_eth0}
depends_on: kube-minion
######################################################################
#