Nodepool: Allow the zuul-executor logs port
Add the "NodePool Node" security group to instances spawned by
Nodepool. Currently, this security group only allows inbound port
TCP/19885.
Change-Id: I6c59692869933f0e842fb90cf577037ca1aafd2c
diff --git a/nodepool/nodepool.yaml b/nodepool/nodepool.yaml
index f8a7122..d4d7efd 100644
--- a/nodepool/nodepool.yaml
+++ b/nodepool/nodepool.yaml
@@ -64,6 +64,7 @@
security-groups:
- default
- "Remote Access"
+ - "Nodepool Node"
labels:
- name: centos-base
cloud-image: pp-base-01
@@ -76,6 +77,7 @@
security-groups:
- default
- "Remote Access"
+ - "Nodepool Node"
networks:
- lab-charmed-testing-ssh
labels:
@@ -90,6 +92,7 @@
security-groups:
- default
- "Remote Access"
+ - "Nodepool Node"
networks:
- lab-charmed-testing-ssh
labels: