From dd18412655368c5f6e0e575f54122599af7fa0dd Mon Sep 17 00:00:00 2001 From: Jake Hutchinson Date: Wed, 7 Feb 2024 17:11:14 +0000 Subject: [PATCH] Deprecate network configuration in environments --- etc/kayobe/environments/ci-aio/stackhpc-ci.yml | 7 ------- etc/kayobe/environments/ci-builder/stackhpc-ci.yml | 7 ------- etc/kayobe/environments/ci-multinode/stackhpc-ci.yml | 7 ------- 3 files changed, 21 deletions(-) diff --git a/etc/kayobe/environments/ci-aio/stackhpc-ci.yml b/etc/kayobe/environments/ci-aio/stackhpc-ci.yml index 9740da7758..00ea5bc10a 100644 --- a/etc/kayobe/environments/ci-aio/stackhpc-ci.yml +++ b/etc/kayobe/environments/ci-aio/stackhpc-ci.yml @@ -5,13 +5,6 @@ # Docker namespace to use for Kolla images. Default is 'kolla'. kolla_docker_namespace: stackhpc-dev -############################################################################### -# Network configuration. - -# Don't touch resolv.conf: use Neutron DNS for accessing Pulp server via -# hostname. -resolv_is_managed: false - ############################################################################### # StackHPC configuration. diff --git a/etc/kayobe/environments/ci-builder/stackhpc-ci.yml b/etc/kayobe/environments/ci-builder/stackhpc-ci.yml index efe4236e9e..e0421f97d1 100644 --- a/etc/kayobe/environments/ci-builder/stackhpc-ci.yml +++ b/etc/kayobe/environments/ci-builder/stackhpc-ci.yml @@ -30,13 +30,6 @@ kolla_enable_prometheus: true kolla_enable_redis: true kolla_enable_skydive: true -############################################################################### -# Network configuration. - -# Don't touch resolv.conf: use Neutron DNS for accessing Pulp server via -# hostname. -resolv_is_managed: false - ############################################################################### # StackHPC configuration. diff --git a/etc/kayobe/environments/ci-multinode/stackhpc-ci.yml b/etc/kayobe/environments/ci-multinode/stackhpc-ci.yml index b37db2ee7b..cdb6eb8109 100644 --- a/etc/kayobe/environments/ci-multinode/stackhpc-ci.yml +++ b/etc/kayobe/environments/ci-multinode/stackhpc-ci.yml @@ -5,13 +5,6 @@ # Docker namespace to use for Kolla images. Default is 'kolla'. kolla_docker_namespace: stackhpc-dev -############################################################################### -# Network configuration. - -# Don't touch resolv.conf: use Neutron DNS for accessing Pulp server via -# hostname. -resolv_is_managed: false - ############################################################################### # StackHPC configuration.