diff --git a/prospero-common/src/main/resources/prospero-installation-profiles.yaml b/prospero-common/src/main/resources/prospero-installation-profiles.yaml
index 73372dada..454e4668d 100644
--- a/prospero-common/src/main/resources/prospero-installation-profiles.yaml
+++ b/prospero-common/src/main/resources/prospero-installation-profiles.yaml
@@ -14,4 +14,36 @@
manifest:
maven:
groupId: "org.wildfly.channels"
- artifactId: "wildfly"
\ No newline at end of file
+ artifactId: "wildfly"
+- name: "wildfly-ee"
+ galleonConfiguration: "classpath:wildfly-ee-provisioning.xml"
+ channels:
+ - schemaVersion: "2.0.0"
+ name: "wildfly-ee"
+ repositories:
+ - id: "central"
+ url: "https://repo1.maven.org/maven2/"
+ - id: "jboss-public"
+ url: "https://repository.jboss.org/nexus/content/groups/public/"
+ - id: "mrrc"
+ url: "https://maven.repository.redhat.com/ga/"
+ manifest:
+ maven:
+ groupId: "org.wildfly.channels"
+ artifactId: "wildfly-ee"
+- name: "wildfly-preview"
+ galleonConfiguration: "classpath:wildfly-preview-provisioning.xml"
+ channels:
+ - schemaVersion: "2.0.0"
+ name: "wildfly-preview"
+ repositories:
+ - id: "central"
+ url: "https://repo1.maven.org/maven2/"
+ - id: "jboss-public"
+ url: "https://repository.jboss.org/nexus/content/groups/public/"
+ - id: "mrrc"
+ url: "https://maven.repository.redhat.com/ga/"
+ manifest:
+ maven:
+ groupId: "org.wildfly.channels"
+ artifactId: "wildfly-preview"
\ No newline at end of file
diff --git a/prospero-common/src/main/resources/wildfly-ee-provisioning.xml b/prospero-common/src/main/resources/wildfly-ee-provisioning.xml
new file mode 100644
index 000000000..602793181
--- /dev/null
+++ b/prospero-common/src/main/resources/wildfly-ee-provisioning.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
diff --git a/prospero-common/src/main/resources/wildfly-preview-provisioning.xml b/prospero-common/src/main/resources/wildfly-preview-provisioning.xml
new file mode 100644
index 000000000..f6c22b013
--- /dev/null
+++ b/prospero-common/src/main/resources/wildfly-preview-provisioning.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+