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!