X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=planetstack%2Fopenstack_observer%2Fsteps%2Fsync_controller_images.yaml;fp=planetstack%2Fopenstack_observer%2Fsteps%2Fsync_controller_images.yaml;h=55ad36abd4071de3822790ade08a409bc34a9cb2;hb=864a796edde373cfda4904983edca9894ae29752;hp=0000000000000000000000000000000000000000;hpb=730b6cc8f82904489ca35064580f4b0276796c19;p=plstackapi.git diff --git a/planetstack/openstack_observer/steps/sync_controller_images.yaml b/planetstack/openstack_observer/steps/sync_controller_images.yaml new file mode 100644 index 0000000..55ad36a --- /dev/null +++ b/planetstack/openstack_observer/steps/sync_controller_images.yaml @@ -0,0 +1,13 @@ +--- +- hosts: 127.0.0.1 + connection: local + tasks: + - glance: + auth_url: {{ endpoint }} + username: {{ admin_user }} + tenant_name: 'admin' + password: {{ admin_password }} + name: {{ name }} + file: {{ filepath }} + format: 'raw' + is_public: true