diff --git a/tests/pylorax/blueprints/atlas.toml b/tests/pylorax/blueprints/example-atlas.toml similarity index 88% rename from tests/pylorax/blueprints/atlas.toml rename to tests/pylorax/blueprints/example-atlas.toml index c82291c2..33d8ea49 100644 --- a/tests/pylorax/blueprints/atlas.toml +++ b/tests/pylorax/blueprints/example-atlas.toml @@ -1,4 +1,4 @@ -name = "atlas" +name = "example-atlas" description = "Automatically Tuned Linear Algebra Software" version = "0.0.1" diff --git a/tests/pylorax/blueprints/custom-base.toml b/tests/pylorax/blueprints/example-custom-base.toml similarity index 96% rename from tests/pylorax/blueprints/custom-base.toml rename to tests/pylorax/blueprints/example-custom-base.toml index e8d5dc1d..f36c73f4 100644 --- a/tests/pylorax/blueprints/custom-base.toml +++ b/tests/pylorax/blueprints/example-custom-base.toml @@ -1,4 +1,4 @@ -name = "custom-base" +name = "example-custom-base" description = "A base system with customizations" version = "0.0.1" diff --git a/tests/pylorax/blueprints/development.toml b/tests/pylorax/blueprints/example-development.toml similarity index 97% rename from tests/pylorax/blueprints/development.toml rename to tests/pylorax/blueprints/example-development.toml index 8eece1df..bf61e0c6 100644 --- a/tests/pylorax/blueprints/development.toml +++ b/tests/pylorax/blueprints/example-development.toml @@ -1,4 +1,4 @@ -name = "development" +name = "example-development" description = "A general purpose development image" [[packages]] diff --git a/tests/pylorax/blueprints/glusterfs.toml b/tests/pylorax/blueprints/example-glusterfs.toml similarity index 88% rename from tests/pylorax/blueprints/glusterfs.toml rename to tests/pylorax/blueprints/example-glusterfs.toml index 73db3b6a..09e3637b 100644 --- a/tests/pylorax/blueprints/glusterfs.toml +++ b/tests/pylorax/blueprints/example-glusterfs.toml @@ -1,4 +1,4 @@ -name = "glusterfs" +name = "example-glusterfs" description = "An example GlusterFS server with samba" [[modules]] diff --git a/tests/pylorax/blueprints/http-server.toml b/tests/pylorax/blueprints/example-http-server.toml similarity index 94% rename from tests/pylorax/blueprints/http-server.toml rename to tests/pylorax/blueprints/example-http-server.toml index d70ceb5e..677aaa55 100644 --- a/tests/pylorax/blueprints/http-server.toml +++ b/tests/pylorax/blueprints/example-http-server.toml @@ -1,4 +1,4 @@ -name = "http-server" +name = "example-http-server" description = "An example http server with PHP and MySQL support." version = "0.0.1" diff --git a/tests/pylorax/blueprints/jboss.toml b/tests/pylorax/blueprints/example-jboss.toml similarity index 91% rename from tests/pylorax/blueprints/jboss.toml rename to tests/pylorax/blueprints/example-jboss.toml index 5d8ac9aa..19cedf1d 100644 --- a/tests/pylorax/blueprints/jboss.toml +++ b/tests/pylorax/blueprints/example-jboss.toml @@ -1,4 +1,4 @@ -name = "jboss" +name = "example-jboss" description = "An example jboss server" version = "0.0.1" diff --git a/tests/pylorax/blueprints/kubernetes.toml b/tests/pylorax/blueprints/example-kubernetes.toml similarity index 93% rename from tests/pylorax/blueprints/kubernetes.toml rename to tests/pylorax/blueprints/example-kubernetes.toml index 5a65ec3a..ee6937a0 100644 --- a/tests/pylorax/blueprints/kubernetes.toml +++ b/tests/pylorax/blueprints/example-kubernetes.toml @@ -1,4 +1,4 @@ -name = "kubernetes" +name = "example-kubernetes" description = "An example kubernetes master" version = "0.0.1"