| # 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 |
| providers: |
| - name: openstack-testing |
| cloud: openstack-testing |
| region-name: RegionOne |
| cloud-images: |
| - name: pp-base-01 |
| - name: ubuntu-focal |
| username: ubuntu |
| pools: |
| - name: main |
| max-servers: 3 |
| auto-floating-ip: False |
| networks: |
| - lab-vlan400 |
| - lab-charmed-testing-iscsi |
| security-groups: |
| - pp-net |
| - "Remote Access" |
| labels: |
| - 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: |
| - pp-net |
| - "Remote Access" |
| networks: |
| - lab-charmed-testing-ssh |
| 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: |
| - pp-net |
| - "Remote Access" |
| networks: |
| - lab-charmed-testing-ssh |
| 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 |