commit | b7c2ef4b5790ca7d6af1af4e39f152cea314cf05 | [log] [tgz] |
---|---|---|
author | azvyagintsev <azvyagintsev@mirantis.com> | Thu Aug 16 14:21:39 2018 +0300 |
committer | azvyagintsev <azvyagintsev@mirantis.com> | Thu Aug 16 17:27:26 2018 +0300 |
tree | 7455f2f8d463e2524929c6f8a07b30e751858cd4 | |
parent | 7903ba97da7cd57176479cb0b39beb937de94ebd [diff] [blame] |
Fix linux_enforce_hostname for test env * Add TODO-proper fix for state - native salt fun. But due bug[1] in saltstack - we can't enable proper solution now [1] https://github.com/saltstack/salt/pull/45748/files/74599bbdfcf99f45d3a31296887097fade31cbf1 Related-PROD: PROD-20730 Change-Id: I11b6d81ae0f9a7864518f638e8fc423e4e087285
diff --git a/tests/pillar/system.sls b/tests/pillar/system.sls index 3540511..aad46ef 100644 --- a/tests/pillar/system.sls +++ b/tests/pillar/system.sls
@@ -1,11 +1,14 @@ linux: + network: + enabled: true + hostname: linux + fqdn: linux.ci.local system: enabled: true cluster: default name: linux - domain: local + domain: ci.local environment: prd - hostname: system.pillar.local purge_repos: true directory: /tmp/test: