From dc410915d0e91bcf8a7b155f70395a5e00318201 Mon Sep 17 00:00:00 2001 From: John Bresnahan Date: Tue, 17 May 2011 22:18:42 -1000 Subject: [PATCH] moving the wordpress example so that it is packaged with the cloudinitd tarball --- {docs => tests}/plans/wordpress/README.txt | 0 {docs => tests}/plans/wordpress/mysql_boot.py | 0 {docs => tests}/plans/wordpress/mysql_bootconf.json | 0 {docs => tests}/plans/wordpress/mysql_deps.conf | 0 {docs => tests}/plans/wordpress/mysql_level.conf | 0 {docs => tests}/plans/wordpress/mysql_ready.py | 0 {docs => tests}/plans/wordpress/top.conf | 0 {docs => tests}/plans/wordpress/wordpress_boot.py | 0 {docs => tests}/plans/wordpress/wp_bootconf.json | 0 {docs => tests}/plans/wordpress/wp_deps.conf | 0 {docs => tests}/plans/wordpress/wp_level.conf | 0 {docs => tests}/plans/wordpress/wp_ready.py | 0 12 files changed, 0 insertions(+), 0 deletions(-) rename {docs => tests}/plans/wordpress/README.txt (100%) rename {docs => tests}/plans/wordpress/mysql_boot.py (100%) rename {docs => tests}/plans/wordpress/mysql_bootconf.json (100%) rename {docs => tests}/plans/wordpress/mysql_deps.conf (100%) rename {docs => tests}/plans/wordpress/mysql_level.conf (100%) rename {docs => tests}/plans/wordpress/mysql_ready.py (100%) rename {docs => tests}/plans/wordpress/top.conf (100%) rename {docs => tests}/plans/wordpress/wordpress_boot.py (100%) rename {docs => tests}/plans/wordpress/wp_bootconf.json (100%) rename {docs => tests}/plans/wordpress/wp_deps.conf (100%) rename {docs => tests}/plans/wordpress/wp_level.conf (100%) rename {docs => tests}/plans/wordpress/wp_ready.py (100%) diff --git a/docs/plans/wordpress/README.txt b/tests/plans/wordpress/README.txt similarity index 100% rename from docs/plans/wordpress/README.txt rename to tests/plans/wordpress/README.txt diff --git a/docs/plans/wordpress/mysql_boot.py b/tests/plans/wordpress/mysql_boot.py similarity index 100% rename from docs/plans/wordpress/mysql_boot.py rename to tests/plans/wordpress/mysql_boot.py diff --git a/docs/plans/wordpress/mysql_bootconf.json b/tests/plans/wordpress/mysql_bootconf.json similarity index 100% rename from docs/plans/wordpress/mysql_bootconf.json rename to tests/plans/wordpress/mysql_bootconf.json diff --git a/docs/plans/wordpress/mysql_deps.conf b/tests/plans/wordpress/mysql_deps.conf similarity index 100% rename from docs/plans/wordpress/mysql_deps.conf rename to tests/plans/wordpress/mysql_deps.conf diff --git a/docs/plans/wordpress/mysql_level.conf b/tests/plans/wordpress/mysql_level.conf similarity index 100% rename from docs/plans/wordpress/mysql_level.conf rename to tests/plans/wordpress/mysql_level.conf diff --git a/docs/plans/wordpress/mysql_ready.py b/tests/plans/wordpress/mysql_ready.py similarity index 100% rename from docs/plans/wordpress/mysql_ready.py rename to tests/plans/wordpress/mysql_ready.py diff --git a/docs/plans/wordpress/top.conf b/tests/plans/wordpress/top.conf similarity index 100% rename from docs/plans/wordpress/top.conf rename to tests/plans/wordpress/top.conf diff --git a/docs/plans/wordpress/wordpress_boot.py b/tests/plans/wordpress/wordpress_boot.py similarity index 100% rename from docs/plans/wordpress/wordpress_boot.py rename to tests/plans/wordpress/wordpress_boot.py diff --git a/docs/plans/wordpress/wp_bootconf.json b/tests/plans/wordpress/wp_bootconf.json similarity index 100% rename from docs/plans/wordpress/wp_bootconf.json rename to tests/plans/wordpress/wp_bootconf.json diff --git a/docs/plans/wordpress/wp_deps.conf b/tests/plans/wordpress/wp_deps.conf similarity index 100% rename from docs/plans/wordpress/wp_deps.conf rename to tests/plans/wordpress/wp_deps.conf diff --git a/docs/plans/wordpress/wp_level.conf b/tests/plans/wordpress/wp_level.conf similarity index 100% rename from docs/plans/wordpress/wp_level.conf rename to tests/plans/wordpress/wp_level.conf diff --git a/docs/plans/wordpress/wp_ready.py b/tests/plans/wordpress/wp_ready.py similarity index 100% rename from docs/plans/wordpress/wp_ready.py rename to tests/plans/wordpress/wp_ready.py