Skip to content

Commit b189927

Browse files
authored
Merge pull request #920 from stackhpc/remove-network-config
Deprecate network configuration in environments
2 parents a41fe3f + df7481b commit b189927

File tree

3 files changed

+0
-21
lines changed

3 files changed

+0
-21
lines changed

etc/kayobe/environments/ci-aio/stackhpc-ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,6 @@ kolla_docker_namespace: stackhpc-dev
88
# Disable some services to reduce memory footprint.
99
kolla_enable_heat: false
1010

11-
###############################################################################
12-
# Network configuration.
13-
14-
# Don't touch resolv.conf: use Neutron DNS for accessing Pulp server via
15-
# hostname.
16-
resolv_is_managed: false
17-
1811
###############################################################################
1912
# StackHPC configuration.
2013

etc/kayobe/environments/ci-builder/stackhpc-ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,6 @@ kolla_enable_prometheus: true
3030
kolla_enable_redis: true
3131
kolla_enable_skydive: true
3232

33-
###############################################################################
34-
# Network configuration.
35-
36-
# Don't touch resolv.conf: use Neutron DNS for accessing Pulp server via
37-
# hostname.
38-
resolv_is_managed: false
39-
4033
###############################################################################
4134
# StackHPC configuration.
4235

etc/kayobe/environments/ci-multinode/stackhpc-ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,6 @@
55
# Docker namespace to use for Kolla images. Default is 'kolla'.
66
kolla_docker_namespace: stackhpc-dev
77

8-
###############################################################################
9-
# Network configuration.
10-
11-
# Don't touch resolv.conf: use Neutron DNS for accessing Pulp server via
12-
# hostname.
13-
resolv_is_managed: false
14-
158
###############################################################################
169
# StackHPC configuration.
1710

0 commit comments

Comments
 (0)