commit | 15d638dcefb63219472afdb8eaed6ca67a7c5b5b | [log] [tgz] |
---|---|---|
author | obutenko <obutenko@mirantis.com> | Tue Dec 04 16:17:58 2018 +0200 |
committer | Oleksii Butenko <obutenko@mirantis.com> | Fri Dec 07 10:17:08 2018 +0000 |
tree | 85c6bd39a5609c50ba1f74006e9bc122aaf6380f | |
parent | f337c907c539718a4def26e23c70428d0e169579 [diff] |
Add default metadata for public network Add deafult value for all models Metadata will be replace in deployment by steps from shared-salt: https://github.com/Mirantis/tcp-qa/blob/master/tcp_tests/templates/shared-salt.yaml#L431 Change-Id: I99f4daaa0aee28ca6eca3b9cae3cc380c749d58d
diff --git a/tcp_tests/templates/cookied-bm-oc40-queens/lab04-physical-inventory.yaml b/tcp_tests/templates/cookied-bm-oc40-queens/lab04-physical-inventory.yaml index 5aa9ebe..76189cf 100644 --- a/tcp_tests/templates/cookied-bm-oc40-queens/lab04-physical-inventory.yaml +++ b/tcp_tests/templates/cookied-bm-oc40-queens/lab04-physical-inventory.yaml
@@ -60,6 +60,13 @@ enp5s0f1: role: single_vlan_ctl +environment_metadata: + public_gateway: 172.17.16.1 + public_cidr: 172.17.16.0/24 + public_allocation_start: 172.17.16.201 + public_allocation_end: 172.17.16.245 + tempest_test_target: ctl01* + # cmp001.cookied-bm-oc40-queens.local: # reclass_storage_name: openstack_compute_node01 # roles: @@ -91,4 +98,4 @@ # tenant_address: 192.168.0.102 # enp5s0f1: # role: single_vlan_ctl -# single_address: 10.167.8.102 +# single_address: 10.167.8.102 \ No newline at end of file