We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edd48d5 commit 06a2e53Copy full SHA for 06a2e53
etc/kayobe/ansible/openstack-host-image-upload.yml
@@ -42,6 +42,17 @@
42
disk_format: qcow2
43
state: present
44
filename: "{{ local_image_path }}"
45
+ visibility: shared
46
+ register: image
47
+
48
+ - name: Ensure dependencies are installed
49
+ pip:
50
+ name: python-openstackclient
51
+ virtualenv: "{{ ansible_python_interpreter | dirname | dirname }}"
52
53
+ # Allow users in stackhpc-aufn to use these images.
54
+ - name: Add image to stackhpc-dev project
55
+ command: openstack image add project {{ image.image.id }} 3d279fd978df4b18b2174cf336f25c9b
56
57
always:
58
- name: Remove clouds.yaml
0 commit comments