| # Uncomment to enable openstack provider |
| #--- |
| #diskimages: |
| # - name: dib-centos-7 |
| # elements: |
| # - centos-minimal |
| # - nodepool-minimal |
| # - zuul-worker-user |
| # - name: cloud-fedora-rawhide |
| # python-path: /usr/bin/python3 |
| # dib-cmd: /usr/bin/dib-virt-customize /etc/nodepool/virt_images/cloud-fedora-rawhide.yaml |
| # |
| # |
| #labels: |
| # - name: dib-centos-7 |
| # min-ready: 1 |
| # - name: cloud-fedora-rawhide |
| # min-ready: 1 |
| # |
| #providers: |
| # - name: default |
| # cloud: default |
| # clean-floating-ips: true |
| # image-name-format: '{image_name}-{timestamp}' |
| # boot-timeout: 120 |
| # rate: 10.0 |
| # diskimages: |
| # - name: dib-centos-7 |
| # - name: cloud-fedora-rawhide |
| # pools: |
| # - name: main |
| # max-servers: 5 |
| # networks: |
| # - worker-net-name |
| # labels: |
| # - name: dib-centos-7 |
| # min-ram: 1024 |
| # diskimage: dib-centos-7 |
| # - name: cloud-fedora-rawhide |
| # min-ram: 1024 |
| # diskimage: cloud-fedora-rawhide |
| labels: |
| - name: centos-base |
| min-ready: 0 |
| - name: charm-main-os-ubuntu-focal |
| min-ready: 0 |
| - name: charm-zaza-os-ubuntu-focal |
| min-ready: 0 |
| - name: os-ubuntu2004-small |
| min-ready: 0 |
| - name: os-ubuntu2004-large |
| min-ready: 0 |
| - name: os-ubuntu2204-small |
| min-ready: 0 |
| - name: os-ubuntu2204-large |
| min-ready: 0 |
| - name: os-ubuntu2204-2xlarge |
| min-ready: 0 |
| providers: |
| - name: openstack-testing |
| cloud: openstack-testing |
| region-name: RegionOne |
| cloud-images: |
| - name: pp-base-01 |
| - name: ubuntu-focal |
| username: ubuntu |
| - name: os-ubuntu2004 |
| image-name: Ubuntu20.04-iSCSI |
| username: ubuntu |
| - name: os-ubuntu2204 |
| image-name: Ubuntu22.04-Nodepool |
| username: ubuntu |
| pools: |
| - name: main |
| max-servers: 6 |
| auto-floating-ip: False |
| availability-zones: |
| - lab |
| networks: |
| - lab-untrusted-access |
| security-groups: |
| - default |
| - "Remote Access" |
| - "Nodepool Node" |
| labels: |
| - name: os-ubuntu2204-small |
| flavor-name: m1.small |
| cloud-image: os-ubuntu2204 |
| key-name: spfactory-zuul-nodepool-key |
| boot-from-volume: True |
| - name: os-ubuntu2204-large |
| flavor-name: m1.large |
| cloud-image: os-ubuntu2204 |
| key-name: spfactory-zuul-nodepool-key |
| boot-from-volume: True |
| volume-size: 100 |
| - name: os-ubuntu2204-2xlarge |
| flavor-name: m1.2xlarge |
| cloud-image: os-ubuntu2204 |
| key-name: spfactory-zuul-nodepool-key |
| boot-from-volume: True |
| volume-size: 100 |
| - name: os-ubuntu2004-small |
| flavor-name: m1.small |
| cloud-image: os-ubuntu2004 |
| key-name: spfactory-zuul-nodepool-key |
| boot-from-volume: True |
| - name: os-ubuntu2004-large |
| flavor-name: m1.xlarge |
| cloud-image: os-ubuntu2004 |
| key-name: spfactory-zuul-nodepool-key |
| boot-from-volume: True |
| volume-size: 100 |
| - name: centos-base |
| cloud-image: pp-base-01 |
| flavor-name: m1.xlarge |
| boot-from-volume: True |
| volume-size: 80 |
| - name: charm-main |
| max-servers: 4 |
| auto-floating-ip: False |
| security-groups: |
| - default |
| - "Remote Access" |
| - "Nodepool Node" |
| networks: |
| - lab-trusted-access |
| labels: |
| - name: charm-main-os-ubuntu-focal |
| flavor-name: m1.small |
| cloud-image: ubuntu-focal |
| key-name: spfactory-zuul-nodepool-key |
| boot-from-volume: True |
| - name: charm-zaza |
| max-servers: 1 |
| auto-floating-ip: False |
| security-groups: |
| - default |
| - "Remote Access" |
| - "Nodepool Node" |
| networks: |
| - lab-untrusted-access |
| labels: |
| - name: charm-zaza-os-ubuntu-focal |
| flavor-name: m1.small |
| cloud-image: ubuntu-focal |
| key-name: spfactory-zuul-nodepool-key |
| boot-from-volume: True |
| clean-floating-ips: False |
| port-cleanup-interval: 0 |