final commit of jun-19
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
How to Create and Configure New Openstack Project Through Horizon on CloudFerro Cloud Cloud[🔗](#how-to-create-and-configure-new-openstack-project-through-horizon-on-brand-name-cloud-name-cloud "Permalink to this headline")
|
||||
How to Create and Configure New Openstack Project Through Horizon on 3Engines Cloud Cloud[🔗](#how-to-create-and-configure-new-openstack-project-through-horizon-on-brand-name-cloud-name-cloud "Permalink to this headline")
|
||||
==============================================================================================================================================================================================================================
|
||||
|
||||
Default elements of the account[🔗](#default-elements-of-the-account "Permalink to this headline")
|
||||
-------------------------------------------------------------------------------------------------
|
||||
|
||||
When you first create your account at CloudFerro Cloud hosting, default values for the account will be applied. Among others, you will
|
||||
When you first create your account at 3Engines Cloud hosting, default values for the account will be applied. Among others, you will
|
||||
|
||||
> * become owner of a *tenant manager* account and
|
||||
> * have a default project created along with
|
||||
@ -30,21 +30,21 @@ Prerequisites[🔗](#prerequisites "Permalink to this headline")
|
||||
|
||||
No. 1 **Hosting**
|
||||
|
||||
You need a CloudFerro Cloud hosting account with Horizon interface <https://horizon.cloudferro.com>.
|
||||
You need a 3Engines Cloud hosting account with Horizon interface <https://horizon.3Engines.com>.
|
||||
|
||||
No. 2 **Introduction to OpenStack Projects**
|
||||
|
||||
The article [What is an OpenStack project on CloudFerro Cloud](../cloud/What-is-an-OpenStack-project-on-CloudFerro-Cloud.html.md) will define basic elements of an OpenStack project – groups, projects, roles and so on.
|
||||
The article [What is an OpenStack project on 3Engines Cloud](../cloud/What-is-an-OpenStack-project-on-3Engines-Cloud.html.md) will define basic elements of an OpenStack project – groups, projects, roles and so on.
|
||||
|
||||
No. 3 **Security groups**
|
||||
|
||||
The article [How to use Security Groups in Horizon on CloudFerro Cloud](../cloud/How-to-use-Security-Groups-in-Horizon-on-CloudFerro-Cloud.html.md) describes how to create and edit security groups. They enable ports through which the virtual machine communicates with other networks, in particular, with the Internet at large.
|
||||
The article [How to use Security Groups in Horizon on 3Engines Cloud](../cloud/How-to-use-Security-Groups-in-Horizon-on-3Engines-Cloud.html.md) describes how to create and edit security groups. They enable ports through which the virtual machine communicates with other networks, in particular, with the Internet at large.
|
||||
|
||||
No. 4 **Create network with router**
|
||||
|
||||
Here is how to create a network with router:
|
||||
|
||||
[How to create a network with router in Horizon Dashboard on CloudFerro Cloud](../networking/How-to-create-a-network-with-router-in-Horizon-Dashboard-on-CloudFerro-Cloud.html.md)
|
||||
[How to create a network with router in Horizon Dashboard on 3Engines Cloud](../networking/How-to-create-a-network-with-router-in-Horizon-Dashboard-on-3Engines-Cloud.html.md)
|
||||
|
||||
Default values in the tenant manager account[🔗](#default-values-in-the-tenant-manager-account "Permalink to this headline")
|
||||
---------------------------------------------------------------------------------------------------------------------------
|
||||
@ -161,9 +161,9 @@ What To Do Next[🔗](#what-to-do-next "Permalink to this headline")
|
||||
|
||||
Your **testproject** is ready for creating new instances. For example, see articles:
|
||||
|
||||
[How to create a Linux VM and access it from Windows desktop on CloudFerro Cloud](../cloud/How-to-create-a-Linux-VM-and-access-it-from-Windows-desktop-on-CloudFerro-Cloud.html.md)
|
||||
[How to create a Linux VM and access it from Windows desktop on 3Engines Cloud](../cloud/How-to-create-a-Linux-VM-and-access-it-from-Windows-desktop-on-3Engines-Cloud.html.md)
|
||||
|
||||
[How to create a Linux VM and access it from Linux command line on CloudFerro Cloud](../cloud/How-to-create-a-Linux-VM-and-access-it-from-Linux-command-line-on-CloudFerro-Cloud.html.md)
|
||||
[How to create a Linux VM and access it from Linux command line on 3Engines Cloud](../cloud/How-to-create-a-Linux-VM-and-access-it-from-Linux-command-line-on-3Engines-Cloud.html.md)
|
||||
|
||||
If you want a new user to have access to **testproject**, the following articles will come handy:
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
How to access object storage using OpenStack CLI on CloudFerro Cloud[🔗](#how-to-access-object-storage-using-openstack-cli-on-brand-name "Permalink to this headline")
|
||||
How to access object storage using OpenStack CLI on 3Engines Cloud[🔗](#how-to-access-object-storage-using-openstack-cli-on-brand-name "Permalink to this headline")
|
||||
=====================================================================================================================================================================
|
||||
|
||||
Cloud computing offers the ability to handle large chunks of data, directly on the remote server. OpenStack module [Swift](https://docs.openstack.org/swift/latest/) was created expressly to enable access to unstructured data that can grow without bounds, with the following design goals in mind :
|
||||
@ -23,24 +23,24 @@ Prerequisites[🔗](#prerequisites "Permalink to this headline")
|
||||
|
||||
No. 1 **Hosting**
|
||||
|
||||
You need a CloudFerro Cloud hosting account, available at <https://portal.cloudferro.com/>. If you want to follow up with articles about object storage on Horizon, you will this link too: <https://horizon.cloudferro.com>.
|
||||
You need a 3Engines Cloud hosting account, available at <https://portal.3Engines.com/>. If you want to follow up with articles about object storage on Horizon, you will this link too: <https://horizon.3Engines.com>.
|
||||
|
||||
No. 2 **Install or activate openstack command**
|
||||
|
||||
To be able to connect to the cloud, **openstack** command must be operational. If not installed already, use article [How to install OpenStackClient for Linux on CloudFerro Cloud](How-to-install-OpenStackClient-for-Linux-on-CloudFerro-Cloud.html.md)
|
||||
To be able to connect to the cloud, **openstack** command must be operational. If not installed already, use article [How to install OpenStackClient for Linux on 3Engines Cloud](How-to-install-OpenStackClient-for-Linux-on-3Engines-Cloud.html.md)
|
||||
|
||||
No. 3 **Authenticate to OpenStack using application credentials**
|
||||
|
||||
Then you have to authenticate your account to the cloud. The usual way is to activate **openstack** command using an RC file for on- or two-factor
|
||||
authentication. That will not work in case of Swift module. It is authenticated with application credentials, as explained in article
|
||||
|
||||
[How to generate or use Application Credentials via CLI on CloudFerro Cloud](../cloud/How-to-generate-or-use-Application-Credentials-via-CLI-on-CloudFerro-Cloud.html.md).
|
||||
[How to generate or use Application Credentials via CLI on 3Engines Cloud](../cloud/How-to-generate-or-use-Application-Credentials-via-CLI-on-3Engines-Cloud.html.md).
|
||||
|
||||
No. 4 **Familiarity with object storage on** CloudFerro Cloud **OpenStack**
|
||||
No. 4 **Familiarity with object storage on** 3Engines Cloud **OpenStack**
|
||||
|
||||
This article is explaining the basics, using the Horizon interface:
|
||||
|
||||
[How to use Object Storage on CloudFerro Cloud](../s3/How-to-use-Object-Storage-on-CloudFerro-Cloud.html.md).
|
||||
[How to use Object Storage on 3Engines Cloud](../s3/How-to-use-Object-Storage-on-3Engines-Cloud.html.md).
|
||||
|
||||
Swift can be understood as the CLI tool for accessing object storage under OpenStack.
|
||||
|
||||
@ -1,15 +1,15 @@
|
||||
How to Backup an Instance and Download it to the Desktop on CloudFerro Cloud OpenStack Hosting[🔗](#how-to-backup-an-instance-and-download-it-to-the-desktop-on-brand-name-openstack-hosting "Permalink to this headline")
|
||||
How to Backup an Instance and Download it to the Desktop on 3Engines Cloud OpenStack Hosting[🔗](#how-to-backup-an-instance-and-download-it-to-the-desktop-on-brand-name-openstack-hosting "Permalink to this headline")
|
||||
=========================================================================================================================================================================================================================
|
||||
|
||||
First, you will need to setup the OpenStack CLI environment on the computer to which you want to download your instance. Depending on the operating system you are using, follow one of the links below:
|
||||
|
||||
[How to install OpenStackClient for Linux on CloudFerro Cloud](How-to-install-OpenStackClient-for-Linux-on-CloudFerro-Cloud.html.md)
|
||||
[How to install OpenStackClient for Linux on 3Engines Cloud](How-to-install-OpenStackClient-for-Linux-on-3Engines-Cloud.html.md)
|
||||
|
||||
[How to install OpenStackClient GitBash for Windows on CloudFerro Cloud](How-to-install-OpenStackClient-GitBash-or-Cygwin-for-Windows-on-CloudFerro-Cloud.html.md)
|
||||
[How to install OpenStackClient GitBash for Windows on 3Engines Cloud](How-to-install-OpenStackClient-GitBash-or-Cygwin-for-Windows-on-3Engines-Cloud.html.md)
|
||||
|
||||
Assume that you are
|
||||
|
||||
> * logged into your CloudFerro Cloud hosting account with Horizon interface <https://horizon.cloudferro.com> and that
|
||||
> * logged into your 3Engines Cloud hosting account with Horizon interface <https://horizon.3Engines.com> and that
|
||||
> * you have created an instance called *vm-john-01*.
|
||||
|
||||

|
||||
@ -50,7 +50,7 @@ user@ubuntu:~$ openstack server backup create --name backup-01 --rotate 2 72170e
|
||||
|
||||
```
|
||||
|
||||
You can see the backup “backup-01” in <https://horizon.cloudferro.com/project/images>
|
||||
You can see the backup “backup-01” in <https://horizon.3Engines.com/project/images>
|
||||
|
||||

|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
How to create a set of VMs using OpenStack Heat Orchestration on CloudFerro Cloud[🔗](#how-to-create-a-set-of-vms-using-openstack-heat-orchestration-on-brand-name "Permalink to this headline")
|
||||
How to create a set of VMs using OpenStack Heat Orchestration on 3Engines Cloud[🔗](#how-to-create-a-set-of-vms-using-openstack-heat-orchestration-on-brand-name "Permalink to this headline")
|
||||
===============================================================================================================================================================================================
|
||||
|
||||
Heat is an OpenStack component responsible for Orchestration. Its purpose is to deliver automation engine and optimize processes.
|
||||
@ -20,18 +20,18 @@ Prerequisites[🔗](#prerequisites "Permalink to this headline")
|
||||
|
||||
No. 1 **Account**
|
||||
|
||||
You need a CloudFerro Cloud hosting account with access to the Horizon interface: <https://horizon.cloudferro.com>.
|
||||
You need a 3Engines Cloud hosting account with access to the Horizon interface: <https://horizon.3Engines.com>.
|
||||
|
||||
No. 2 **Installed Python and its virtualenv**
|
||||
|
||||
If you want to use Heat through CLI commands, Python must be installed and its virtual environment activated. See article [How to install Python virtualenv or virtualenvwrapper on CloudFerro Cloud](../cloud/How-to-install-Python-virtualenv-or-virtualenvwrapper-on-CloudFerro-Cloud.html.md).
|
||||
If you want to use Heat through CLI commands, Python must be installed and its virtual environment activated. See article [How to install Python virtualenv or virtualenvwrapper on 3Engines Cloud](../cloud/How-to-install-Python-virtualenv-or-virtualenvwrapper-on-3Engines-Cloud.html.md).
|
||||
|
||||
If you have never installed one of the OpenStack clients, see :[How To Install OpenStack and Magnum Clients for Command Line Interface to CloudFerro Cloud Horizon](../kubernetes/How-To-Install-OpenStack-and-Magnum-Clients-for-Command-Line-Interface-to-CloudFerro-Cloud-Horizon.html.md).
|
||||
If you have never installed one of the OpenStack clients, see :[How To Install OpenStack and Magnum Clients for Command Line Interface to 3Engines Cloud Horizon](../kubernetes/How-To-Install-OpenStack-and-Magnum-Clients-for-Command-Line-Interface-to-3Engines-Cloud-Horizon.html.md).
|
||||
|
||||
Always use the latest value of image id[🔗](#always-use-the-latest-value-of-image-id "Permalink to this headline")
|
||||
-----------------------------------------------------------------------------------------------------------------
|
||||
|
||||
From time to time, the default images of operating systems in the CloudFerro Cloud cloud are upgraded to the new versions. As a consequence, their **image id** will change. Let’s say that the image id for Ubuntu 20.04 LTS was **574fe1db-8099-4db4-a543-9e89526d20ae** at the time of writing of this article. While working through the article, you would normally take the **current** value of image id, and would use it to replace **574fe1db-8099-4db4-a543-9e89526d20ae** throughout the text.
|
||||
From time to time, the default images of operating systems in the 3Engines Cloud cloud are upgraded to the new versions. As a consequence, their **image id** will change. Let’s say that the image id for Ubuntu 20.04 LTS was **574fe1db-8099-4db4-a543-9e89526d20ae** at the time of writing of this article. While working through the article, you would normally take the **current** value of image id, and would use it to replace **574fe1db-8099-4db4-a543-9e89526d20ae** throughout the text.
|
||||
|
||||
Now, suppose you wanted to automate processes under OpenStack, perhaps using Heat, Terraform, Ansible or any other tool for OpenStack automation; if you use the value of **574fe1db-8099-4db4-a543-9e89526d20ae** for image id, it would remain **hardcoded** and once this value gets changed during the upgrade, the automated process may stop to execute.
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
How to create instance snapshot using OpenStack CLI on CloudFerro Cloud[🔗](#how-to-create-instance-snapshot-using-openstack-cli-on-brand-name "Permalink to this headline")
|
||||
How to create instance snapshot using OpenStack CLI on 3Engines Cloud[🔗](#how-to-create-instance-snapshot-using-openstack-cli-on-brand-name "Permalink to this headline")
|
||||
===========================================================================================================================================================================
|
||||
|
||||
In this article, you will learn how to create instance snapshot on CloudFerro Cloud cloud, using OpenStack CLI.
|
||||
In this article, you will learn how to create instance snapshot on 3Engines Cloud cloud, using OpenStack CLI.
|
||||
|
||||
Instance snapshots allow you to archive the state of the virtual machine. You can, then, use them for
|
||||
|
||||
@ -33,17 +33,17 @@ Prerequisites[🔗](#prerequisites "Permalink to this headline")
|
||||
|
||||
No. 1 **Account**
|
||||
|
||||
You need a CloudFerro Cloud hosting account with access to the Horizon interface: <https://horizon.cloudferro.com>.
|
||||
You need a 3Engines Cloud hosting account with access to the Horizon interface: <https://horizon.3Engines.com>.
|
||||
|
||||
No. 2 **Ephemeral storage vs. persistent storage**
|
||||
|
||||
Please see article [Ephemeral vs Persistent storage option Create New Volume on CloudFerro Cloud](../datavolume/Ephemeral-vs-Persistent-storage-option-Create-New-Volume-on-CloudFerro-Cloud.html.md) to understand the basic difference between ephemeral and persistent types of storage in OpenStack.
|
||||
Please see article [Ephemeral vs Persistent storage option Create New Volume on 3Engines Cloud](../datavolume/Ephemeral-vs-Persistent-storage-option-Create-New-Volume-on-3Engines-Cloud.html.md) to understand the basic difference between ephemeral and persistent types of storage in OpenStack.
|
||||
|
||||
No. 3 **Instance with ephemeral storage**
|
||||
|
||||
You need a virtual machine hosted on CloudFerro Cloud cloud.
|
||||
You need a virtual machine hosted on 3Engines Cloud cloud.
|
||||
|
||||
You can create an instance with ephemeral storage by following this article: [How to create a VM using the OpenStack CLI client on CloudFerro Cloud cloud](../cloud/How-to-create-a-VM-using-the-OpenStack-CLI-client-on-CloudFerro-Cloud-cloud.html.md)
|
||||
You can create an instance with ephemeral storage by following this article: [How to create a VM using the OpenStack CLI client on 3Engines Cloud cloud](../cloud/How-to-create-a-VM-using-the-OpenStack-CLI-client-on-3Engines-Cloud-cloud.html.md)
|
||||
|
||||
The actual command used to create an instance from that article was
|
||||
|
||||
@ -113,9 +113,9 @@ No. 5 **How to delete resources**
|
||||
|
||||
If you want to learn how to delete instances, snapshots, volumes and other OpenStack objects, please have a look at the following articles:
|
||||
|
||||
/networking/How-to-correctly-delete-all-the-resources-in-the-project-via-OpenStack-commandline-Clients-on-CloudFerro-Cloud.
|
||||
/networking/How-to-correctly-delete-all-the-resources-in-the-project-via-OpenStack-commandline-Clients-on-3Engines-Cloud.
|
||||
|
||||
[How to create or delete volume snapshot on CloudFerro Cloud](../datavolume/How-to-create-or-delete-volume-snapshot-on-CloudFerro-Cloud.html.md).
|
||||
[How to create or delete volume snapshot on 3Engines Cloud](../datavolume/How-to-create-or-delete-volume-snapshot-on-3Engines-Cloud.html.md).
|
||||
|
||||
No. 6 **OpenStack CLI client**
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
How to install OpenStackClient GitBash for Windows on CloudFerro Cloud[🔗](#how-to-install-openstackclient-gitbash-for-windows-on-brand-name "Permalink to this headline")
|
||||
How to install OpenStackClient GitBash for Windows on 3Engines Cloud[🔗](#how-to-install-openstackclient-gitbash-for-windows-on-brand-name "Permalink to this headline")
|
||||
=========================================================================================================================================================================
|
||||
|
||||
In this tutorial, you start with a standard Windows installation, then install the OpenStack CLI client and end up connecting to your project on CloudFerro Cloud cloud.
|
||||
In this tutorial, you start with a standard Windows installation, then install the OpenStack CLI client and end up connecting to your project on 3Engines Cloud cloud.
|
||||
|
||||
> For another way of installing OpenStack CLI on Windows, see article [How to install OpenStackClient on Windows using Windows Subsystem for Linux on CloudFerro Cloud OpenStack Hosting](How-to-install-OpenStackClient-on-Windows-using-Windows-Subsystem-for-Linux-on-CloudFerro-Cloud-OpenStack-Hosting.html.md). However:
|
||||
> For another way of installing OpenStack CLI on Windows, see article [How to install OpenStackClient on Windows using Windows Subsystem for Linux on 3Engines Cloud OpenStack Hosting](How-to-install-OpenStackClient-on-Windows-using-Windows-Subsystem-for-Linux-on-3Engines-Cloud-OpenStack-Hosting.html.md). However:
|
||||
|
||||
* using Git Bash is simpler than using Windows Subsystem for Linux and is
|
||||
* providing a more straightforward access to your local file system.
|
||||
@ -22,7 +22,7 @@ Prerequisites[🔗](#prerequisites "Permalink to this headline")
|
||||
|
||||
No. 1 **Hosting**
|
||||
|
||||
You need a CloudFerro Cloud hosting account with Horizon interface <https://horizon.cloudferro.com>.
|
||||
You need a 3Engines Cloud hosting account with Horizon interface <https://horizon.3Engines.com>.
|
||||
|
||||
No. 2 **Computer running Microsoft Windows**
|
||||
|
||||
@ -38,14 +38,14 @@ You will need basic knowledge of Linux command line.
|
||||
|
||||
No. 4 **RC file downloaded**
|
||||
|
||||
You need to download the RC file from your Horizon dashboard. To do that, follow section **How to download the RC file** of the following article: /gettingstarted/How-to-activate-OpenStack-CLI-access-to-CloudFerro-Cloud-cloud-using-one-or-two-factor-authentication.
|
||||
You need to download the RC file from your Horizon dashboard. To do that, follow section **How to download the RC file** of the following article: /gettingstarted/How-to-activate-OpenStack-CLI-access-to-3Engines-Cloud-cloud-using-one-or-two-factor-authentication.
|
||||
|
||||
This file must be present on the machine on which you intend to use the OpenStack CLI client.
|
||||
|
||||
Step 1: Download and Install Python[🔗](#step-1-download-and-install-python "Permalink to this headline")
|
||||
--------------------------------------------------------------------------------------------------------
|
||||
|
||||
There are two ways of obtaining Python on CloudFerro Cloud cloud:
|
||||
There are two ways of obtaining Python on 3Engines Cloud cloud:
|
||||
|
||||
> * It may come preinstalled on virtual machines that were created using one of the default Windows images.
|
||||
> * You may download and install the latest version from the Internet.
|
||||
@ -241,7 +241,7 @@ pip install python-openstackclient
|
||||
|
||||
```
|
||||
|
||||
Wait until the process is completed. As the result, you will be able to run **openstack** command on terminal prompt. It, however, won’t have access to the CloudFerro Cloud cloud, so the next step is to authenticate to the cloud.
|
||||
Wait until the process is completed. As the result, you will be able to run **openstack** command on terminal prompt. It, however, won’t have access to the 3Engines Cloud cloud, so the next step is to authenticate to the cloud.
|
||||
|
||||
Navigate to the location of the RC file which you downloaded while following Prerequisite No. 4 and execute the **source** command on it. It could look like this (if the name of your RC file is **main-openrc.sh**):
|
||||
|
||||
@ -287,18 +287,18 @@ You can also create a batch file to automate reentering the Python environment.
|
||||
What To Do Next[🔗](#what-to-do-next "Permalink to this headline")
|
||||
-----------------------------------------------------------------
|
||||
|
||||
The article [How To Install OpenStack and Magnum Clients for Command Line Interface to CloudFerro Cloud Horizon](../kubernetes/How-To-Install-OpenStack-and-Magnum-Clients-for-Command-Line-Interface-to-CloudFerro-Cloud-Horizon.html.md) will give you another procedure to install CLI and connect it to the cloud. It also contains several examples of using the CLI commands.
|
||||
The article [How To Install OpenStack and Magnum Clients for Command Line Interface to 3Engines Cloud Horizon](../kubernetes/How-To-Install-OpenStack-and-Magnum-Clients-for-Command-Line-Interface-to-3Engines-Cloud-Horizon.html.md) will give you another procedure to install CLI and connect it to the cloud. It also contains several examples of using the CLI commands.
|
||||
|
||||
Other articles of interest:
|
||||
|
||||
[How to Create and Configure New Openstack Project Through Horizon on CloudFerro Cloud Cloud](How-To-Create-and-Configure-New-Project-on-CloudFerro-Cloud-Cloud.html.md)
|
||||
[How to Create and Configure New Openstack Project Through Horizon on 3Engines Cloud Cloud](How-To-Create-and-Configure-New-Project-on-3Engines-Cloud-Cloud.html.md)
|
||||
|
||||
[How to create a set of VMs using OpenStack Heat Orchestration on CloudFerro Cloud](How-to-create-a-set-of-VMs-using-OpenStack-Heat-Orchestration-on-CloudFerro-Cloud.html.md)
|
||||
[How to create a set of VMs using OpenStack Heat Orchestration on 3Engines Cloud](How-to-create-a-set-of-VMs-using-OpenStack-Heat-Orchestration-on-3Engines-Cloud.html.md)
|
||||
|
||||
Using CLI interface for Kubernetes clusters:
|
||||
|
||||
[How To Use Command Line Interface for Kubernetes Clusters On CloudFerro Cloud OpenStack Magnum](../kubernetes/How-To-Use-Command-Line-Interface-for-Kubernetes-Clusters-On-CloudFerro-Cloud-OpenStack-Magnum.html.md)
|
||||
[How To Use Command Line Interface for Kubernetes Clusters On 3Engines Cloud OpenStack Magnum](../kubernetes/How-To-Use-Command-Line-Interface-for-Kubernetes-Clusters-On-3Engines-Cloud-OpenStack-Magnum.html.md)
|
||||
|
||||
Also see
|
||||
|
||||
[How to activate OpenStack CLI access to CloudFerro Cloud cloud using one- or two-factor authentication](../accountmanagement/How-to-activate-OpenStack-CLI-access-to-CloudFerro-Cloud-cloud-using-one-or-two-factor-authentication.html.md)
|
||||
[How to activate OpenStack CLI access to 3Engines Cloud cloud using one- or two-factor authentication](../accountmanagement/How-to-activate-OpenStack-CLI-access-to-3Engines-Cloud-cloud-using-one-or-two-factor-authentication.html.md)
|
||||
@ -1,4 +1,4 @@
|
||||
How to install OpenStackClient for Linux on CloudFerro Cloud[🔗](#how-to-install-openstackclient-for-linux-on-brand-name "Permalink to this headline")
|
||||
How to install OpenStackClient for Linux on 3Engines Cloud[🔗](#how-to-install-openstackclient-for-linux-on-brand-name "Permalink to this headline")
|
||||
=====================================================================================================================================================
|
||||
|
||||
The OpenStack CLI client allows you to manage OpenStack environments using the command line interface. Its functions include:
|
||||
@ -20,10 +20,10 @@ Prerequisites[🔗](#prerequisites "Permalink to this headline")
|
||||
|
||||
No. 1 **Hosting**
|
||||
|
||||
You need a CloudFerro Cloud hosting account with Horizon interface <https://horizon.cloudferro.com>.
|
||||
You need a 3Engines Cloud hosting account with Horizon interface <https://horizon.3Engines.com>.
|
||||
|
||||
No. 2 **Linux installed on your computer**
|
||||
|
||||
You need to have Linux installed on your local computer or a virtual machine. This article was written for Ubuntu 22.04 LTS and Python 3. Instructions for other Linux distributions might be different.
|
||||
|
||||
If you choose a virtual machine, you can run it yourself, or it can be, say, a virtual machine running on CloudFerro Cloud cloud. If you choose this latter option, the following articles might be of help for you:
|
||||
If you choose a virtual machine, you can run it yourself, or it can be, say, a virtual machine running on 3Engines Cloud cloud. If you choose this latter option, the following articles might be of help for you:
|
||||
@ -1,4 +1,4 @@
|
||||
How to install OpenStackClient on Windows using Windows Subsystem for Linux on CloudFerro Cloud OpenStack Hosting[🔗](#how-to-install-openstackclient-on-windows-using-windows-subsystem-for-linux-on-brand-name-openstack-hosting "Permalink to this headline")
|
||||
How to install OpenStackClient on Windows using Windows Subsystem for Linux on 3Engines Cloud OpenStack Hosting[🔗](#how-to-install-openstackclient-on-windows-using-windows-subsystem-for-linux-on-brand-name-openstack-hosting "Permalink to this headline")
|
||||
===============================================================================================================================================================================================================================================================
|
||||
|
||||
In this tutorial, you will control your OpenStack environment in a deeper and more precise way using the CLI (Command Line Interface). Of course, you can use the Horizon GUI (Graphical User Interface) running in your browser, but the CLI includes additional features like the ability to use scripts for more automated management of your environment.
|
||||
@ -16,7 +16,7 @@ Prerequisites[🔗](#prerequisites "Permalink to this headline")
|
||||
|
||||
No. 1 **Hosting**
|
||||
|
||||
You need a CloudFerro Cloud hosting account with Horizon interface <https://horizon.cloudferro.com>.
|
||||
You need a 3Engines Cloud hosting account with Horizon interface <https://horizon.3Engines.com>.
|
||||
|
||||
No. 2 **Computer running Microsoft Windows**
|
||||
|
||||
@ -28,7 +28,7 @@ Your computer must be running Microsoft Windows. This article is written for Win
|
||||
|
||||
No. 3 **Optional – software for 2FA authentication**
|
||||
|
||||
Your account at CloudFerro Cloud cloud may have two-factor authentication enabled. It means that apart from the usual username and password combination, you also need software to generate the TOTP – the six-digit code for the additional, second step of authentication. This article will provide additional technical details: [How to activate OpenStack CLI access to CloudFerro Cloud cloud using one- or two-factor authentication](../accountmanagement/How-to-activate-OpenStack-CLI-access-to-CloudFerro-Cloud-cloud-using-one-or-two-factor-authentication.html.md).
|
||||
Your account at 3Engines Cloud cloud may have two-factor authentication enabled. It means that apart from the usual username and password combination, you also need software to generate the TOTP – the six-digit code for the additional, second step of authentication. This article will provide additional technical details: [How to activate OpenStack CLI access to 3Engines Cloud cloud using one- or two-factor authentication](../accountmanagement/How-to-activate-OpenStack-CLI-access-to-3Engines-Cloud-cloud-using-one-or-two-factor-authentication.html.md).
|
||||
|
||||
Step 1: Check the version of Windows[🔗](#step-1-check-the-version-of-windows "Permalink to this headline")
|
||||
----------------------------------------------------------------------------------------------------------
|
||||
@ -214,12 +214,12 @@ openstack --help
|
||||
|
||||
If the command shows its output using a pager, you should be able to use the arrows (or vim keys - **J** and **K**) to scroll and **Q** to exit.
|
||||
|
||||
If everything seems to work, time to move to the next step - authentication to your user account on CloudFerro Cloud.
|
||||
If everything seems to work, time to move to the next step - authentication to your user account on 3Engines Cloud.
|
||||
|
||||
Step 4: Download your OpenStack RC File[🔗](#step-4-download-your-openstack-rc-file "Permalink to this headline")
|
||||
----------------------------------------------------------------------------------------------------------------
|
||||
|
||||
Login to CloudFerro Cloud hosting account with Horizon interface <https://horizon.cloudferro.com>.
|
||||
Login to 3Engines Cloud hosting account with Horizon interface <https://horizon.3Engines.com>.
|
||||
|
||||
Click on your username in the upper right corner. You will see the following menu:
|
||||
|
||||
@ -255,7 +255,7 @@ source main-openrc.sh
|
||||
|
||||
```
|
||||
|
||||
You will see the prompt for password to your CloudFerro Cloud account. Type your password there and press Enter (the password is still being accepted even if you do not see the characters being typed).
|
||||
You will see the prompt for password to your 3Engines Cloud account. Type your password there and press Enter (the password is still being accepted even if you do not see the characters being typed).
|
||||
|
||||
If your account has two factor authentication enabled, you will also see the prompt for your six-digit code. Open software which you use for generating such codes (for example KeePassXC or FreeOTP) and find your code there, as usual. Make sure that you enter it before it expires. If you think that you will not manage to enter your current code, wait until a new one is generated.
|
||||
|
||||
@ -292,14 +292,14 @@ Type your password and press Enter. You should now be able execute the OpenStack
|
||||
What To Do Next[🔗](#what-to-do-next "Permalink to this headline")
|
||||
-----------------------------------------------------------------
|
||||
|
||||
After installing the OpenStack CLI client and activating your new RC file, you can use other articles to perform operations on CloudFerro Cloud cloud:
|
||||
After installing the OpenStack CLI client and activating your new RC file, you can use other articles to perform operations on 3Engines Cloud cloud:
|
||||
|
||||
[How to create a set of VMs using OpenStack Heat Orchestration on CloudFerro Cloud](How-to-create-a-set-of-VMs-using-OpenStack-Heat-Orchestration-on-CloudFerro-Cloud.html.md)
|
||||
[How to create a set of VMs using OpenStack Heat Orchestration on 3Engines Cloud](How-to-create-a-set-of-VMs-using-OpenStack-Heat-Orchestration-on-3Engines-Cloud.html.md)
|
||||
|
||||
[Generating and authorizing Terraform using Keycloak user on CloudFerro Cloud](../openstackdev/Generating-and-authorizing-Terraform-using-Keycloak-user-on-CloudFerro-Cloud.html.md)
|
||||
[Generating and authorizing Terraform using Keycloak user on 3Engines Cloud](../openstackdev/Generating-and-authorizing-Terraform-using-Keycloak-user-on-3Engines-Cloud.html.md)
|
||||
|
||||
[How to upload your custom image using OpenStack CLI on CloudFerro Cloud](../cloud/How-to-upload-your-custom-image-using-OpenStack-CLI-on-CloudFerro-Cloud.html.md)
|
||||
[How to upload your custom image using OpenStack CLI on 3Engines Cloud](../cloud/How-to-upload-your-custom-image-using-OpenStack-CLI-on-3Engines-Cloud.html.md)
|
||||
|
||||
[How to create a VM using the OpenStack CLI client on CloudFerro Cloud cloud](../cloud/How-to-create-a-VM-using-the-OpenStack-CLI-client-on-CloudFerro-Cloud-cloud.html.md)
|
||||
[How to create a VM using the OpenStack CLI client on 3Engines Cloud cloud](../cloud/How-to-create-a-VM-using-the-OpenStack-CLI-client-on-3Engines-Cloud-cloud.html.md)
|
||||
|
||||
[How To Use Command Line Interface for Kubernetes Clusters On CloudFerro Cloud OpenStack Magnum](../kubernetes/How-To-Use-Command-Line-Interface-for-Kubernetes-Clusters-On-CloudFerro-Cloud-OpenStack-Magnum.html.md)
|
||||
[How To Use Command Line Interface for Kubernetes Clusters On 3Engines Cloud OpenStack Magnum](../kubernetes/How-To-Use-Command-Line-Interface-for-Kubernetes-Clusters-On-3Engines-Cloud-OpenStack-Magnum.html.md)
|
||||
@ -1,4 +1,4 @@
|
||||
How to move data volume between VMs using OpenStack CLI on CloudFerro Cloud[🔗](#how-to-move-data-volume-between-vms-using-openstack-cli-on-brand-name "Permalink to this headline")
|
||||
How to move data volume between VMs using OpenStack CLI on 3Engines Cloud[🔗](#how-to-move-data-volume-between-vms-using-openstack-cli-on-brand-name "Permalink to this headline")
|
||||
===================================================================================================================================================================================
|
||||
|
||||
Volumes are used to store data and those data can be accessed from a virtual machine to which the volume is attached. To access data stored on a volume from another virtual machine, you need to disconnect that volume from virtual machine to which it is currently connected, and connect it to another instance.
|
||||
@ -10,7 +10,7 @@ Prerequisites[🔗](#prerequisites "Permalink to this headline")
|
||||
|
||||
No. 1 **Hosting**
|
||||
|
||||
You need a CloudFerro Cloud hosting account with Horizon interface <https://horizon.cloudferro.com>.
|
||||
You need a 3Engines Cloud hosting account with Horizon interface <https://horizon.3Engines.com>.
|
||||
|
||||
No. 2 **OpenStack CLI client**
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
How to share private container from object storage to another user on CloudFerro Cloud[🔗](#how-to-share-private-container-from-object-storage-to-another-user-on-brand-name "Permalink to this headline")
|
||||
How to share private container from object storage to another user on 3Engines Cloud[🔗](#how-to-share-private-container-from-object-storage-to-another-user-on-brand-name "Permalink to this headline")
|
||||
=========================================================================================================================================================================================================
|
||||
|
||||
You can create your own private containers in Object Store of your projects and you can grant access to other users.
|
||||
@ -14,23 +14,23 @@ Prerequisites[🔗](#prerequisites "Permalink to this headline")
|
||||
|
||||
No. 1 **Hosting**
|
||||
|
||||
You need a CloudFerro Cloud hosting account with Horizon interface <https://horizon.cloudferro.com>.
|
||||
You need a 3Engines Cloud hosting account with Horizon interface <https://horizon.3Engines.com>.
|
||||
|
||||
No. 2 **OpenStack client installed and connected to the cloud**
|
||||
|
||||
The following article will help you install Python and OpenStack client called **openstack** and will also help you connect to the cloud [How to install OpenStackClient for Linux on CloudFerro Cloud](How-to-install-OpenStackClient-for-Linux-on-CloudFerro-Cloud.html.md)).
|
||||
The following article will help you install Python and OpenStack client called **openstack** and will also help you connect to the cloud [How to install OpenStackClient for Linux on 3Engines Cloud](How-to-install-OpenStackClient-for-Linux-on-3Engines-Cloud.html.md)).
|
||||
|
||||
No. 3 **Knowledge of downloading and working with RC files**
|
||||
|
||||
To be able to share private containers, you will have to manipulate RC files from the cloud. The following article will provide technical details:
|
||||
|
||||
[How to activate OpenStack CLI access to CloudFerro Cloud cloud using one- or two-factor authentication](../accountmanagement/How-to-activate-OpenStack-CLI-access-to-CloudFerro-Cloud-cloud-using-one-or-two-factor-authentication.html.md)
|
||||
[How to activate OpenStack CLI access to 3Engines Cloud cloud using one- or two-factor authentication](../accountmanagement/How-to-activate-OpenStack-CLI-access-to-3Engines-Cloud-cloud-using-one-or-two-factor-authentication.html.md)
|
||||
|
||||
No. 4. **Using OpenStack Swift module**
|
||||
|
||||
The OpenStack Object Store module, known as *Swift*, allows you to store and retrieve data with a simple API. It’s built for scale and is optimized for durability, availability, and concurrency across the entire data set. Swift is ideal for storing unstructured data that can grow without bound.
|
||||
|
||||
See [How to access object storage using OpenStack CLI on CloudFerro Cloud](How-to-access-object-storage-using-OpenStack-CLI-on-CloudFerro-Cloud.html.md)
|
||||
See [How to access object storage using OpenStack CLI on 3Engines Cloud](How-to-access-object-storage-using-OpenStack-CLI-on-3Engines-Cloud.html.md)
|
||||
|
||||
Setting up the test example[🔗](#setting-up-the-test-example "Permalink to this headline")
|
||||
-----------------------------------------------------------------------------------------
|
||||
@ -119,7 +119,7 @@ $ cat main-openrc.sh
|
||||
# only for the Identity API served through keystone.
|
||||
unset OS_TENANT_ID
|
||||
unset OS_TENANT_NAME
|
||||
export OS_AUTH_URL=https://keystone.cloudferro.com:5000/v3
|
||||
export OS_AUTH_URL=https://keystone.3Engines.com:5000/v3
|
||||
export OS_INTERFACE=public
|
||||
export OS_IDENTITY_API_VERSION=3
|
||||
export OS_USERNAME="owner"
|
||||
@ -165,7 +165,7 @@ project\_1-openrc.sh
|
||||
# only for the Identity API served through keystone.
|
||||
unset OS_TENANT_ID
|
||||
unset OS_TENANT_NAME
|
||||
export OS_AUTH_URL=https://keystone.cloudferro.com:5000/v3
|
||||
export OS_AUTH_URL=https://keystone.3Engines.com:5000/v3
|
||||
export OS_INTERFACE=public
|
||||
export OS_IDENTITY_API_VERSION=3
|
||||
export OS_USERNAME="user_1"
|
||||
@ -326,14 +326,14 @@ Get the credentials to access Object Store in “main”:
|
||||
|
||||
```
|
||||
(owner) $ swift auth | awk -F = '/OS_STORAGE_URL/ {print $2}'
|
||||
https://s3.waw3-1.cloudferro.com/swift/v1
|
||||
https://s3.waw3-1.3Engines.com/swift/v1
|
||||
|
||||
```
|
||||
|
||||
Pass the link:
|
||||
|
||||
```
|
||||
https://s3.waw3-1.cloudferro.com/swift/v1
|
||||
https://s3.waw3-1.3Engines.com/swift/v1
|
||||
|
||||
```
|
||||
|
||||
@ -342,7 +342,7 @@ to “user\_1”
|
||||
“user\_1” should create an environmental variable “SURL”
|
||||
|
||||
```
|
||||
(user_1) $ SURL=https://s3.waw3-1.cloudferro.com/swift/v1
|
||||
(user_1) $ SURL=https://s3.waw3-1.3Engines.com/swift/v1
|
||||
|
||||
```
|
||||
|
||||
@ -359,7 +359,7 @@ But the user “user\_1” has no access to other containers in the “main” p
|
||||
|
||||
```
|
||||
(user_1) $ swift --os-storage-url="${SURL}" list c-main-b
|
||||
Container GET failed: https://s3.waw3-1.cloudferro.com/swift/v1/c-main-b?format=json 403 Forbidden [first 60
|
||||
Container GET failed: https://s3.waw3-1.3Engines.com/swift/v1/c-main-b?format=json 403 Forbidden [first 60
|
||||
chars of response] b'{"Code":"AccessDenied","BucketName":"c-main-b","RequestId":"'
|
||||
Failed Transaction ID: tx00000000000000397edda-0062b186ef-17379d9b-default
|
||||
|
||||
@ -377,6 +377,6 @@ What To Do Next[🔗](#what-to-do-next "Permalink to this headline")
|
||||
|
||||
These articles can also be of interest:
|
||||
|
||||
[How to use Object Storage on CloudFerro Cloud](../s3/How-to-use-Object-Storage-on-CloudFerro-Cloud.html.md).
|
||||
[How to use Object Storage on 3Engines Cloud](../s3/How-to-use-Object-Storage-on-3Engines-Cloud.html.md).
|
||||
|
||||
[Bucket sharing using s3 bucket policy on CloudFerro Cloud](../s3/Bucket-sharing-using-s3-bucket-policy-on-CloudFerro-Cloud.html.md)
|
||||
[Bucket sharing using s3 bucket policy on 3Engines Cloud](../s3/Bucket-sharing-using-s3-bucket-policy-on-3Engines-Cloud.html.md)
|
||||
@ -1,4 +1,4 @@
|
||||
How to start a VM from instance snapshot using OpenStack CLI on CloudFerro Cloud[🔗](#how-to-start-a-vm-from-instance-snapshot-using-openstack-cli-on-brand-name "Permalink to this headline")
|
||||
How to start a VM from instance snapshot using OpenStack CLI on 3Engines Cloud[🔗](#how-to-start-a-vm-from-instance-snapshot-using-openstack-cli-on-brand-name "Permalink to this headline")
|
||||
=============================================================================================================================================================================================
|
||||
|
||||
In this article, you will learn how to create a virtual machine from an instance snapshot using OpenStack CLI client.
|
||||
@ -8,7 +8,7 @@ Prerequisites[🔗](#prerequisites "Permalink to this headline")
|
||||
|
||||
No. 1 **Account**
|
||||
|
||||
You need a CloudFerro Cloud hosting account with access to the Horizon interface: <https://horizon.cloudferro.com>.
|
||||
You need a 3Engines Cloud hosting account with access to the Horizon interface: <https://horizon.3Engines.com>.
|
||||
|
||||
No. 2 **OpenStack CLI client**
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
How to transfer volumes between domains and projects using OpenStack CLI client on CloudFerro Cloud[🔗](#how-to-transfer-volumes-between-domains-and-projects-using-openstack-cli-client-on-brand-name "Permalink to this headline")
|
||||
How to transfer volumes between domains and projects using OpenStack CLI client on 3Engines Cloud[🔗](#how-to-transfer-volumes-between-domains-and-projects-using-openstack-cli-client-on-brand-name "Permalink to this headline")
|
||||
===================================================================================================================================================================================================================================
|
||||
|
||||
Volumes in OpenStack can be used to store data. They are visible to virtual machines like drives.
|
||||
@ -21,7 +21,7 @@ Prerequisites[🔗](#prerequisites "Permalink to this headline")
|
||||
|
||||
No. 1 **Account**
|
||||
|
||||
You need a CloudFerro Cloud hosting account with access to the Horizon interface: <https://horizon.cloudferro.com>
|
||||
You need a 3Engines Cloud hosting account with access to the Horizon interface: <https://horizon.3Engines.com>
|
||||
|
||||
No. 2 **OpenStack CLI Client**
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
Resizing a virtual machine using OpenStack CLI on CloudFerro Cloud[🔗](#resizing-a-virtual-machine-using-openstack-cli-on-brand-name "Permalink to this headline")
|
||||
Resizing a virtual machine using OpenStack CLI on 3Engines Cloud[🔗](#resizing-a-virtual-machine-using-openstack-cli-on-brand-name "Permalink to this headline")
|
||||
=================================================================================================================================================================
|
||||
|
||||
Introduction[🔗](#introduction "Permalink to this headline")
|
||||
@ -21,15 +21,15 @@ Prerequisites[🔗](#prerequisites "Permalink to this headline")
|
||||
|
||||
No. 1 **Account**
|
||||
|
||||
You need a CloudFerro Cloud hosting account with access to the Horizon interface: <https://portal.cloudferro.com/>.
|
||||
You need a 3Engines Cloud hosting account with access to the Horizon interface: <https://portal.3Engines.com/>.
|
||||
|
||||
If you are a normal user of CloudFerro Cloud hosting, you will have all prerogatives needed to resize the VM. Make sure that the VM you are about to resize belongs to a project you have access to.
|
||||
If you are a normal user of 3Engines Cloud hosting, you will have all prerogatives needed to resize the VM. Make sure that the VM you are about to resize belongs to a project you have access to.
|
||||
|
||||
[How to create a VM using the OpenStack CLI client on CloudFerro Cloud cloud](../cloud/How-to-create-a-VM-using-the-OpenStack-CLI-client-on-CloudFerro-Cloud-cloud.html.md)
|
||||
[How to create a VM using the OpenStack CLI client on 3Engines Cloud cloud](../cloud/How-to-create-a-VM-using-the-OpenStack-CLI-client-on-3Engines-Cloud-cloud.html.md)
|
||||
|
||||
No. 2 **Awareness of existing quotas and flavors limits**
|
||||
|
||||
For general introduction to quotas and flavors, see [Dashboard Overview – Project Quotas And Flavors Limits on CloudFerro Cloud](../cloud/Dashboard-Overview-Project-Quotas-And-Flavors-Limits-on-CloudFerro-Cloud.html.md).
|
||||
For general introduction to quotas and flavors, see [Dashboard Overview – Project Quotas And Flavors Limits on 3Engines Cloud](../cloud/Dashboard-Overview-Project-Quotas-And-Flavors-Limits-on-3Engines-Cloud.html.md).
|
||||
|
||||
Also:
|
||||
|
||||
@ -139,4 +139,4 @@ If status is not **VERIFY\_RESIZE**, we will get message stating that it is not
|
||||
What To Do Next[🔗](#what-to-do-next "Permalink to this headline")
|
||||
-----------------------------------------------------------------
|
||||
|
||||
You can also resize the virtual machine using only OpenStack CLI. More details here: /openstackcli/Resizing-a-virtual-machine-using-OpenStack-Horizon-on-CloudFerro-Cloud
|
||||
You can also resize the virtual machine using only OpenStack CLI. More details here: /openstackcli/Resizing-a-virtual-machine-using-OpenStack-Horizon-on-3Engines-Cloud
|
||||
@ -1,4 +1,4 @@
|
||||
Use backup command to create rotating backups of virtual machines on CloudFerro Cloud cloud[🔗](#use-backup-command-to-create-rotating-backups-of-virtual-machines-on-brand-name-cloud "Permalink to this headline")
|
||||
Use backup command to create rotating backups of virtual machines on 3Engines Cloud cloud[🔗](#use-backup-command-to-create-rotating-backups-of-virtual-machines-on-brand-name-cloud "Permalink to this headline")
|
||||
===================================================================================================================================================================================================================
|
||||
|
||||
**Rotating backups** in OpenStack refer to a backup strategy where older backups are automatically deleted after a predefined number of backups are created. This ensures that storage does not grow indefinitely while still maintaining a set number of recent backups for disaster recovery.
|
||||
@ -47,7 +47,7 @@ Prerequisites[🔗](#prerequisites "Permalink to this headline")
|
||||
|
||||
No. 1 **Account**
|
||||
|
||||
You need a CloudFerro Cloud hosting account with access to the Horizon interface: <https://horizon.cloudferro.com>
|
||||
You need a 3Engines Cloud hosting account with access to the Horizon interface: <https://horizon.3Engines.com>
|
||||
|
||||
No. 2 **VM which will be backed up**
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
Use script to create daily weekly and monthly rotating backups of virtual machines on CloudFerro Cloud[🔗](#use-script-to-create-daily-weekly-and-monthly-rotating-backups-of-virtual-machines-on-brand-name "Permalink to this headline")
|
||||
Use script to create daily weekly and monthly rotating backups of virtual machines on 3Engines Cloud[🔗](#use-script-to-create-daily-weekly-and-monthly-rotating-backups-of-virtual-machines-on-brand-name "Permalink to this headline")
|
||||
=========================================================================================================================================================================================================================================
|
||||
|
||||
**Rotating backups** in OpenStack refer to a backup strategy where older backups are automatically deleted after a predefined number of backups are created. This ensures that storage does not grow indefinitely while still maintaining a set number of recent backups for disaster recovery.
|
||||
@ -33,7 +33,7 @@ Prerequisites[🔗](#prerequisites "Permalink to this headline")
|
||||
|
||||
No. 1 **Account**
|
||||
|
||||
You need a CloudFerro Cloud hosting account with access to the Horizon interface: <https://horizon.cloudferro.com>
|
||||
You need a 3Engines Cloud hosting account with access to the Horizon interface: <https://horizon.3Engines.com>
|
||||
|
||||
No. 2 **VM which will be backed up**
|
||||
|
||||
@ -2,18 +2,18 @@
|
||||
|
||||
## Available Documentation
|
||||
|
||||
* [How to Backup an Instance and Download it to the Desktop on CloudFerro Cloud OpenStack Hosting](How-to-backup-an-instance-and-download-it-to-the-desktop-on-CloudFerro-Cloud.html.md)
|
||||
* [How to create a set of VMs using OpenStack Heat Orchestration on CloudFerro Cloud](How-to-create-a-set-of-VMs-using-OpenStack-Heat-Orchestration-on-CloudFerro-Cloud.html.md)
|
||||
* [How to Create and Configure New Openstack Project Through Horizon on CloudFerro Cloud Cloud](How-To-Create-and-Configure-New-Project-on-CloudFerro-Cloud-Cloud.html.md)
|
||||
* [How to install OpenStackClient for Linux on CloudFerro Cloud](How-to-install-OpenStackClient-for-Linux-on-CloudFerro-Cloud.html.md)
|
||||
* [How to install OpenStackClient GitBash for Windows on CloudFerro Cloud](How-to-install-OpenStackClient-GitBash-or-Cygwin-for-Windows-on-CloudFerro-Cloud.html.md)
|
||||
* [How to share private container from object storage to another user on CloudFerro Cloud](How-to-share-private-container-from-object-storage-to-another-user-on-CloudFerro-Cloud.html.md)
|
||||
* [How to install OpenStackClient on Windows using Windows Subsystem for Linux on CloudFerro Cloud OpenStack Hosting](How-to-install-OpenStackClient-on-Windows-using-Windows-Subsystem-for-Linux-on-CloudFerro-Cloud-OpenStack-Hosting.html.md)
|
||||
* [How to move data volume between VMs using OpenStack CLI on CloudFerro Cloud](How-to-move-data-volume-between-two-VMs-using-OpenStack-CLI-on-CloudFerro-Cloud.html.md)
|
||||
* [How to access object storage using OpenStack CLI on CloudFerro Cloud](How-to-access-object-storage-using-OpenStack-CLI-on-CloudFerro-Cloud.html.md)
|
||||
* [How to transfer volumes between domains and projects using OpenStack CLI client on CloudFerro Cloud](How-to-transfer-volumes-between-domains-and-projects-using-OpenStack-CLI-client-on-CloudFerro-Cloud.html.md)
|
||||
* [How to start a VM from instance snapshot using OpenStack CLI on CloudFerro Cloud](How-to-start-a-VM-from-instance-snapshot-using-OpenStack-CLI-on-CloudFerro-Cloud.html.md)
|
||||
* [How to create instance snapshot using OpenStack CLI on CloudFerro Cloud](How-to-create-instance-snapshot-using-OpenStack-CLI-on-CloudFerro-Cloud.html.md)
|
||||
* [Resizing a virtual machine using OpenStack CLI on CloudFerro Cloud](Resizing-a-virtual-machine-using-OpenStack-CLI-on-CloudFerro-Cloud.html.md)
|
||||
* [Use backup command to create rotating backups of virtual machines on CloudFerro Cloud cloud](Use-backup-command-to-create-rotating-backups-of-virtual-machines-on-CloudFerro-Cloud.html.md)
|
||||
* [Use script to create daily weekly and monthly rotating backups of virtual machines on CloudFerro Cloud](Use-script-to-create-daily-weekly-and-monthly-rotating-backups-of-virtual-machines-using-on-CloudFerro-Cloud.html.md)
|
||||
* [How to Backup an Instance and Download it to the Desktop on 3Engines Cloud OpenStack Hosting](How-to-backup-an-instance-and-download-it-to-the-desktop-on-3Engines-Cloud.html.md)
|
||||
* [How to create a set of VMs using OpenStack Heat Orchestration on 3Engines Cloud](How-to-create-a-set-of-VMs-using-OpenStack-Heat-Orchestration-on-3Engines-Cloud.html.md)
|
||||
* [How to Create and Configure New Openstack Project Through Horizon on 3Engines Cloud Cloud](How-To-Create-and-Configure-New-Project-on-3Engines-Cloud-Cloud.html.md)
|
||||
* [How to install OpenStackClient for Linux on 3Engines Cloud](How-to-install-OpenStackClient-for-Linux-on-3Engines-Cloud.html.md)
|
||||
* [How to install OpenStackClient GitBash for Windows on 3Engines Cloud](How-to-install-OpenStackClient-GitBash-or-Cygwin-for-Windows-on-3Engines-Cloud.html.md)
|
||||
* [How to share private container from object storage to another user on 3Engines Cloud](How-to-share-private-container-from-object-storage-to-another-user-on-3Engines-Cloud.html.md)
|
||||
* [How to install OpenStackClient on Windows using Windows Subsystem for Linux on 3Engines Cloud OpenStack Hosting](How-to-install-OpenStackClient-on-Windows-using-Windows-Subsystem-for-Linux-on-3Engines-Cloud-OpenStack-Hosting.html.md)
|
||||
* [How to move data volume between VMs using OpenStack CLI on 3Engines Cloud](How-to-move-data-volume-between-two-VMs-using-OpenStack-CLI-on-3Engines-Cloud.html.md)
|
||||
* [How to access object storage using OpenStack CLI on 3Engines Cloud](How-to-access-object-storage-using-OpenStack-CLI-on-3Engines-Cloud.html.md)
|
||||
* [How to transfer volumes between domains and projects using OpenStack CLI client on 3Engines Cloud](How-to-transfer-volumes-between-domains-and-projects-using-OpenStack-CLI-client-on-3Engines-Cloud.html.md)
|
||||
* [How to start a VM from instance snapshot using OpenStack CLI on 3Engines Cloud](How-to-start-a-VM-from-instance-snapshot-using-OpenStack-CLI-on-3Engines-Cloud.html.md)
|
||||
* [How to create instance snapshot using OpenStack CLI on 3Engines Cloud](How-to-create-instance-snapshot-using-OpenStack-CLI-on-3Engines-Cloud.html.md)
|
||||
* [Resizing a virtual machine using OpenStack CLI on 3Engines Cloud](Resizing-a-virtual-machine-using-OpenStack-CLI-on-3Engines-Cloud.html.md)
|
||||
* [Use backup command to create rotating backups of virtual machines on 3Engines Cloud cloud](Use-backup-command-to-create-rotating-backups-of-virtual-machines-on-3Engines-Cloud.html.md)
|
||||
* [Use script to create daily weekly and monthly rotating backups of virtual machines on 3Engines Cloud](Use-script-to-create-daily-weekly-and-monthly-rotating-backups-of-virtual-machines-using-on-3Engines-Cloud.html.md)
|
||||
|
||||
Reference in New Issue
Block a user