diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-02-06 17:31:04 -0800 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-02-06 18:11:15 -0800 |
commit | 374498a7796e1755086579c8160206feb2375079 (patch) | |
tree | cd3c5281f31fb2d630ae05106ba66c8fe246725d /deployment/heat/onap-oom/onap-oom.yaml | |
parent | 7b94e0a63c3598eea5e1eed18bb5cd1cd0b0beb2 (diff) |
Add config for ATT TLAB
Change-Id: I31387cbb17db19cd602cc9d4da59a55223996583
Issue-ID: INT-414
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'deployment/heat/onap-oom/onap-oom.yaml')
-rw-r--r-- | deployment/heat/onap-oom/onap-oom.yaml | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/deployment/heat/onap-oom/onap-oom.yaml b/deployment/heat/onap-oom/onap-oom.yaml index 3675bd92e..e54a7b0f2 100644 --- a/deployment/heat/onap-oom/onap-oom.yaml +++ b/deployment/heat/onap-oom/onap-oom.yaml @@ -140,6 +140,18 @@ resources: router_id: { get_resource: router } subnet_id: { get_resource: oam_subnet } + rancher_private_port: + type: OS::Neutron::Port + properties: + network: { get_resource: oam_network } + fixed_ips: [{"subnet": { get_resource: oam_subnet }}] + + rancher_floating_ip: + type: OS::Neutron::FloatingIP + properties: + floating_network_id: { get_param: public_net_id } + port_id: { get_resource: rancher_private_port } + rancher_vm: type: OS::Nova::Server properties: @@ -148,7 +160,7 @@ resources: flavor: { get_param: rancher_vm_flavor } key_name: onap_key networks: - - network: { get_param: public_net_id } + - port: { get_resource: rancher_private_port } user_data_format: RAW user_data: str_replace: |