diff --git a/files/system/oem/02_datasource.yaml b/files/system/oem/02_datasource.yaml index c1d28ec..4f7e17f 100644 --- a/files/system/oem/02_datasource.yaml +++ b/files/system/oem/02_datasource.yaml @@ -3,10 +3,10 @@ stages: rootfs.before: - name: "Pull data from provider" datasource: - providers: ["cdrom"] + providers: ["aws", "gcp", "openstack", "cdrom", "config-drive"] path: "/oem" initramfs: - name: "Pull data from provider" datasource: - providers: ["cdrom"] - path: "/oem" \ No newline at end of file + providers: ["aws", "gcp", "openstack", "cdrom", "config-drive"] + path: "/oem"