From 3a3f358f9b4f1b00c3332635f97618c813650e78 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Tue, 21 Aug 2018 14:02:30 -0700 Subject: [PATCH] Add 'example' to the example blueprint names --- tests/pylorax/blueprints/{atlas.toml => example-atlas.toml} | 2 +- .../blueprints/{custom-base.toml => example-custom-base.toml} | 2 +- .../blueprints/{development.toml => example-development.toml} | 2 +- .../blueprints/{glusterfs.toml => example-glusterfs.toml} | 2 +- .../blueprints/{http-server.toml => example-http-server.toml} | 2 +- tests/pylorax/blueprints/{jboss.toml => example-jboss.toml} | 2 +- .../blueprints/{kubernetes.toml => example-kubernetes.toml} | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) rename tests/pylorax/blueprints/{atlas.toml => example-atlas.toml} (86%) rename tests/pylorax/blueprints/{custom-base.toml => example-custom-base.toml} (96%) rename tests/pylorax/blueprints/{development.toml => example-development.toml} (97%) rename tests/pylorax/blueprints/{glusterfs.toml => example-glusterfs.toml} (88%) rename tests/pylorax/blueprints/{http-server.toml => example-http-server.toml} (94%) rename tests/pylorax/blueprints/{jboss.toml => example-jboss.toml} (90%) rename tests/pylorax/blueprints/{kubernetes.toml => example-kubernetes.toml} (92%) diff --git a/tests/pylorax/blueprints/atlas.toml b/tests/pylorax/blueprints/example-atlas.toml similarity index 86% rename from tests/pylorax/blueprints/atlas.toml rename to tests/pylorax/blueprints/example-atlas.toml index 1cbb0c24..da2cf938 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" [[modules]] 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 bb5ed486..ecc0c1cb 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 4e090594..92ec5b5f 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 a20718eb..7b51f156 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 90% rename from tests/pylorax/blueprints/jboss.toml rename to tests/pylorax/blueprints/example-jboss.toml index 9c7090fb..cb3b334a 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" [[modules]] diff --git a/tests/pylorax/blueprints/kubernetes.toml b/tests/pylorax/blueprints/example-kubernetes.toml similarity index 92% rename from tests/pylorax/blueprints/kubernetes.toml rename to tests/pylorax/blueprints/example-kubernetes.toml index 036fe241..7b8fbccd 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" [[modules]]