Skip to content

Commit 8cc4b7c

Browse files
committed
test fix
1 parent c5b7df5 commit 8cc4b7c

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

ansible/cleanup.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,6 @@
3939
- name: Cleanup /tmp
4040
command : rm -rf /tmp/*
4141

42-
- name: Delete ansible-init sentintel file created during build
43-
ansible.builtin.file:
44-
path: /var/lib/ansible-init.done
45-
state: absent
46-
4742
- name: Get package facts
4843
package_facts:
4944

packer/openstack.pkr.hcl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ source "openstack" "openhpc" {
161161
volume_type = var.volume_type
162162
volume_size = var.volume_size[source.name]
163163
metadata = var.metadata
164+
instance_metadata = {ansible_init_disable = "true"}
164165
networks = var.networks
165166
floating_ip_network = var.floating_ip_network
166167
security_groups = var.security_groups

requirements.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ collections:
4646
- name: https://github.com/stackhpc/ansible-collection-terraform
4747
type: git
4848
version: 0.2.0
49-
- name: https://github.com/azimuth-cloud/ansible-collection-image-utils
49+
- name: https://github.com/azimuth-cloud/ansible-collection-image-utils.git
5050
type: git
51-
version: main # update on release
51+
version: fix/packer-sentinel-file # update on release
5252
...

0 commit comments

Comments
 (0)