nodepool/tools/fake.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

38 lines
829 B
YAML

images-dir: tools/images
zookeeper-servers:
- host: localhost
diskimages:
- name: fake-nodepool
elements:
- fedora
- vm
release: 21
env-vars:
TMPDIR: /opt/dib_tmp
DIB_IMAGE_CACHE: /opt/dib_cache
DIB_CLOUD_IMAGES: http://download.fedoraproject.org/pub/fedora/linux/releases/test/21-Beta/Cloud/Images/x86_64/
BASE_IMAGE_FILE: Fedora-Cloud-Base-20141029-21_Beta.x86_64.qcow2
labels:
- name: small-fake
min-ready: 2
- name: big-fake
min-ready: 2
providers:
- name: fake-provider
driver: fake
region-name: 'fake-region'
diskimages:
- name: fake-nodepool
pools:
- name: main
max-servers: 96
labels:
- name: big-fake
diskimage: fake-nodepool
min-ram: 8192
flavor-name: 'Fake'