Adjusting the formula for multinode deployments
The patch adds public network in separate class and change
endpoint URL in artifactory with linux hostname.
Change-Id: I19fe9c91477b4f7a71e0e91ca2738740613417d6
Related-PROD: PROD-19654
diff --git a/metadata/service/tempest/artifactory.yml b/metadata/service/tempest/artifactory.yml
index 8c1ce5f..5b44a4e 100644
--- a/metadata/service/tempest/artifactory.yml
+++ b/metadata/service/tempest/artifactory.yml
@@ -12,7 +12,7 @@
host: artifactory.mcp.mirantis.net
port: 443
proto: https
- endpoint: /oscore-local/${_param:cluster_domain}/${_param:infra_config_hostname}
+ endpoint: /oscore-local/${_param:cluster_domain}/${linux:system:name}
artifacts:
sys_logs:
path: /var/log
diff --git a/metadata/service/tempest/public_net.yml b/metadata/service/tempest/public_net.yml
new file mode 100644
index 0000000..cd27f0a
--- /dev/null
+++ b/metadata/service/tempest/public_net.yml
@@ -0,0 +1,8 @@
+classes:
+- system.neutron.client.service.public
+parameters:
+ _param:
+ openstack_public_neutron_subnet_gateway: 10.16.0.1
+ openstack_public_neutron_subnet_cidr: 10.16.0.0/24
+ openstack_public_neutron_subnet_allocation_start: 10.16.0.201
+ openstack_public_neutron_subnet_allocation_end: 10.16.0.254