commit | 427e4153d782a3dba467d9cf062f47192abf54d8 | [log] [tgz] |
---|---|---|
author | Dennis Dmitriev <ddmitriev@mirantis.com> | Wed May 08 15:12:43 2019 +0300 |
committer | Dennis Dmitriev <dis.xcom@gmail.com> | Wed May 08 20:29:14 2019 +0000 |
tree | e04b8357318c43cbcc349333fd75dbbb5c29cd29 | |
parent | b7422ba663895240eacb0b73e6ee000d51083e54 [diff] |
Sync time on cfg01 node before tempest - sync time again on all the nodes including cfg01 - check if the services 'maas-rackd' and 'maas-regiond' are present on the node. if yes - disable the services while time is synchronized - execute salt_actions.sync_time() also before the tempest is started - remove the class override_ntp_virtual because it disables the ntp client on cfg01. Closes-Bug: #PROD-30114 Change-Id: Ibb731ae14f573a3d7471da2cbe9f55754d79c4ff
diff --git a/tcp_tests/templates/cookied-cicd-pike-dvr-ceph/environment_context.yaml b/tcp_tests/templates/cookied-cicd-pike-dvr-ceph/environment_context.yaml index dd08100..8974e6e 100644 --- a/tcp_tests/templates/cookied-cicd-pike-dvr-ceph/environment_context.yaml +++ b/tcp_tests/templates/cookied-cicd-pike-dvr-ceph/environment_context.yaml
@@ -5,8 +5,8 @@ - infra_config - linux_system_codename_xenial - features_runtest_cfg - classes: - - environment.cookied-cicd-pike-dvr-ceph.override_ntp_virtual + #classes: + #- environment.cookied-cicd-pike-dvr-ceph.override_ntp_virtual interfaces: ens3: role: single_dhcp
diff --git a/tcp_tests/templates/cookied-cicd-pike-dvr-sl/environment_context.yaml b/tcp_tests/templates/cookied-cicd-pike-dvr-sl/environment_context.yaml index 065d10f..f735daa 100644 --- a/tcp_tests/templates/cookied-cicd-pike-dvr-sl/environment_context.yaml +++ b/tcp_tests/templates/cookied-cicd-pike-dvr-sl/environment_context.yaml
@@ -5,8 +5,8 @@ - infra_config - linux_system_codename_xenial - features_runtest - classes: - - environment.cookied-cicd-pike-dvr-sl.override_ntp_virtual + #classes: + #- environment.cookied-cicd-pike-dvr-sl.override_ntp_virtual interfaces: ens3: role: single_dhcp
diff --git a/tcp_tests/templates/cookied-cicd-queens-dvr-sl/environment_context.yaml b/tcp_tests/templates/cookied-cicd-queens-dvr-sl/environment_context.yaml index 2efd47d..9d5f841 100644 --- a/tcp_tests/templates/cookied-cicd-queens-dvr-sl/environment_context.yaml +++ b/tcp_tests/templates/cookied-cicd-queens-dvr-sl/environment_context.yaml
@@ -5,8 +5,8 @@ - infra_config - linux_system_codename_xenial - features_runtest_cfg - classes: - - environment.cookied-cicd-queens-dvr-sl.override_ntp_virtual + #classes: + #- environment.cookied-cicd-queens-dvr-sl.override_ntp_virtual interfaces: ens3: role: single_dhcp
diff --git a/tcp_tests/templates/cookied-small-mcp-ironic/environment-context.yaml b/tcp_tests/templates/cookied-small-mcp-ironic/environment-context.yaml index 057ef10..ccc417d 100644 --- a/tcp_tests/templates/cookied-small-mcp-ironic/environment-context.yaml +++ b/tcp_tests/templates/cookied-small-mcp-ironic/environment-context.yaml
@@ -5,8 +5,8 @@ - infra_config - linux_system_codename_xenial - features_runtest - classes: - - environment.cookied-small-mcp-ironic.override_ntp_virtual + #classes: + #- environment.cookied-small-mcp-ironic.override_ntp_virtual interfaces: ens3: role: single_dhcp