nodepool/tools/fake-dib.yaml
Tristan Cacqueray b01227c9d4 Move the fakeprovider module to the fake driver
This change is a follow-up to the drivers spec and it makes the fake provider
a real driver. The fakeprovider module is merged into the fake provider and
the get_one_cloud config loader is simplified.

Change-Id: I3f8ae12ea888e7c2a13f246ea5f85d4a809e8c8d
2017-07-28 11:35:07 +00:00

31 lines
549 B
YAML

elements-dir: .
images-dir: /tmp/nodepool_dib
diskimages:
- name: fake-dib-image
elements:
- ubuntu
- vm
- openstack-repos
- puppet
- nodepool-base
- cache-devstack
release: trusty
labels:
- name: fake-dib-image
image: fake-dib-image
min-ready: 2
providers:
- name: fake-provider
providers:
- name: fake-provider
driver: fake
region-name: 'fake-region'
max-servers: 96
images:
- name: fake-dib-image
min-ram: 8192
diskimage: fake-dib-image