commit | 92ffaed8f198d8264d4876c4b7f8945b7d930636 | [log] [tgz] |
---|---|---|
author | Anna Arhipova <harhipova@mirantis.com> | Mon Jan 09 09:12:54 2023 +0100 |
committer | Hanna Arhipova <harhipova@mirantis.com> | Thu Jan 12 21:37:55 2023 +0000 |
tree | d29a4a38575584c74a0e615f795ed78b1d54d563 | |
parent | e049e15680cc87e482a28f8981368dbdbb07c63d [diff] [blame] |
Define node's hostname in the cloud-init instead of defining in heat template PROD-37076 Change-Id: I16465da4fd4791c589ec0dcf007636a93660a87f
diff --git a/tcp_tests/templates/bm-e7-cicd-pike-odl-maas/underlay-userdata.yaml b/tcp_tests/templates/bm-e7-cicd-pike-odl-maas/underlay-userdata.yaml index bb6338c..144be09 100644 --- a/tcp_tests/templates/bm-e7-cicd-pike-odl-maas/underlay-userdata.yaml +++ b/tcp_tests/templates/bm-e7-cicd-pike-odl-maas/underlay-userdata.yaml
@@ -1,5 +1,6 @@ #cloud-config, see http://cloudinit.readthedocs.io/en/latest/topics/examples.html +fqdn: $node_hostname.$node_domain ssh_pwauth: True users: - name: root