From 8cc65d2debad95bc687436d08f5ded680a782a2f Mon Sep 17 00:00:00 2001 From: zeus Date: Wed, 2 Mar 2022 17:56:43 +0200 Subject: [PATCH] add cloud info --- CloudComputing_Lab/modules/ROOT/nav.adoc | 2 ++ CloudComputing_Lab/modules/ROOT/pages/d.adoc | 31 ++++++++++++++++++++ CloudComputing_Lab/modules/ROOT/pages/e.adoc | 23 +++++++++++++++ 3 files changed, 56 insertions(+) create mode 100644 CloudComputing_Lab/modules/ROOT/pages/d.adoc create mode 100644 CloudComputing_Lab/modules/ROOT/pages/e.adoc diff --git a/CloudComputing_Lab/modules/ROOT/nav.adoc b/CloudComputing_Lab/modules/ROOT/nav.adoc index 1747057..1ad4e4c 100644 --- a/CloudComputing_Lab/modules/ROOT/nav.adoc +++ b/CloudComputing_Lab/modules/ROOT/nav.adoc @@ -2,3 +2,5 @@ * xref:a.adoc[Lab environment] * xref:b.adoc[Create service] * xref:c.adoc[Hybrid2Cloud connect] +* xref:d.adoc[Storage I] +* xref:e.adoc[Storage II] diff --git a/CloudComputing_Lab/modules/ROOT/pages/d.adoc b/CloudComputing_Lab/modules/ROOT/pages/d.adoc new file mode 100644 index 0000000..a8a7068 --- /dev/null +++ b/CloudComputing_Lab/modules/ROOT/pages/d.adoc @@ -0,0 +1,31 @@ + += Sharing data among multiple running containers. + + +== Create + + +**** +TIP: Create Volume + +video::565647143[vimeo,start=1 ] +**** + + + +== Share + +**** +TIP: Share Volume + +video::565627934[vimeo,start=1 ] +**** + + +== Tasks + + Make sure you have enough practice in the following tasks: + +* Create Volume +* Share volume +* Use it! diff --git a/CloudComputing_Lab/modules/ROOT/pages/e.adoc b/CloudComputing_Lab/modules/ROOT/pages/e.adoc new file mode 100644 index 0000000..76cbab8 --- /dev/null +++ b/CloudComputing_Lab/modules/ROOT/pages/e.adoc @@ -0,0 +1,23 @@ + += External storage + + +== Create + +http://docs.swarmlab.io/SwarmLab-HowTos/labs/cloud/swarm-volumes-storage.adoc.html#_external_storage_system[Create Storage^] + +== Usage + +http://docs.swarmlab.io/SwarmLab-HowTos/labs/cloud/swarm-volumes-minio-howto.adoc.html[Connect^] + +http://docs.swarmlab.io/SwarmLab-HowTos/labs/cloud/swarm-volumes-storage-howto.adoc.html[Admin^] + + + +== Tasks + + Make sure you have enough practice in the following tasks: + +* Create Storage +* Share Storage +* Use it!