fixes link issue point

This commit is contained in:
govardhan
2025-06-19 09:15:47 +05:30
parent 6686208bf1
commit e8083e30ae
115 changed files with 567 additions and 358 deletions

View File

@ -20,7 +20,7 @@ You can check your billing by clicking **Billing report** button.
This is a postpaid billing mode where Tenants are invoiced periodically based on actual usage. In this mode, a Tenant signs a written contract and is billed usually on monthly bases for actual usage of services and resources. PAYG contracts are purchased only through our sales department in a form of written contracts. With the exception of FIXED-TERM orders all services and resources ordered under Accounts/Projects that are attached to the PAYG contract will be added to the invoice issued at the end of agreed period. Billing is done every 2 hours. Tenants sees the increase in usage with the cost of used resources billed with an accuracy of up to 2 seconds.
To add PAYG wallet you need to raise a ticket first (please check [Helpdesk and Support](Help-Desk-And-Support.html)).
To add PAYG wallet you need to raise a ticket first (please check [Helpdesk and Support](Help-Desk-And-Support.html.md)).
**FIXED-TERM (Fixed Term Contract)**

View File

@ -136,7 +136,7 @@ The cookie is saved on backend servers for 12 months. It is also saved in your b
Troubleshooting[](#troubleshooting "Permalink to this headline")
-----------------------------------------------------------------
You can see the contents of the cookie file through various browser options and also through a file viewer on your desktop computer. It is quite possible (but not at all advisable) to delete the cookie file outside of the browser. In particular, deleting the entire cookie by force will also delete the **necessary** part of the cookie. You may, then, lose access to the site, be forced to contact [Helpdesk and Support](Help-Desk-And-Support.html) and so on.
You can see the contents of the cookie file through various browser options and also through a file viewer on your desktop computer. It is quite possible (but not at all advisable) to delete the cookie file outside of the browser. In particular, deleting the entire cookie by force will also delete the **necessary** part of the cookie. You may, then, lose access to the site, be forced to contact [Helpdesk and Support](Help-Desk-And-Support.html.md) and so on.
Setting up cookies on CloudFerro Cloud subdomains[](#setting-up-cookies-on-brand-name-subdomains "Permalink to this headline")
-------------------------------------------------------------------------------------------------------------------------------

View File

@ -34,21 +34,21 @@ No. 2 **2FA**
If your account has 2FA enabled (which you will recognize from the respective prompt when authenticating), you need to install and configure a piece of software which generates six-digit codes used for 2FA. To set that up, follow one of these articles, depending on the type of device you are using:
* Mobile device (Android, iOS): [Two-Factor Authentication to CloudFerro Cloud site using mobile application](Two-Factor-Authentication-for-CloudFerro-Cloud-Site.html)
* Computer [Two-Factor Authentication to CloudFerro Cloud site using KeePassXC on desktop](Using-KeePassXC-for-Two-Factor-Authentication-on-CloudFerro-Cloud.html)
* Mobile device (Android, iOS): [Two-Factor Authentication to CloudFerro Cloud site using mobile application](Two-Factor-Authentication-for-CloudFerro-Cloud-Site.html.md)
* Computer [Two-Factor Authentication to CloudFerro Cloud site using KeePassXC on desktop](Using-KeePassXC-for-Two-Factor-Authentication-on-CloudFerro-Cloud.html.md)
No. 3 **OpenStackClient installed and available**
Installing OpenStackClient on various platforms will also install the ability to run the **.sh** files. Since OpenStack is written in Python, it is recommended to use a dedicated virtual environment for the rest of this article.
Install GitBash on Windows
: Run **.sh** files and install OpenStackClient from a GitBash window under Windows. [How to install OpenStackClient GitBash for Windows on CloudFerro Cloud](../openstackcli/How-to-install-OpenStackClient-GitBash-or-Cygwin-for-Windows-on-CloudFerro-Cloud.html).
: Run **.sh** files and install OpenStackClient from a GitBash window under Windows. [How to install OpenStackClient GitBash for Windows on CloudFerro Cloud](../openstackcli/How-to-install-OpenStackClient-GitBash-or-Cygwin-for-Windows-on-CloudFerro-Cloud.html.md).
Install and run WSL (Linux under Windows)
: Run **.sh** files and install OpenStackClient from a Ubuntu window under Windows. [How to install OpenStackClient on Windows using Windows Subsystem for Linux on CloudFerro Cloud OpenStack Hosting](../openstackcli/How-to-install-OpenStackClient-on-Windows-using-Windows-Subsystem-for-Linux-on-CloudFerro-Cloud-OpenStack-Hosting.html).
: Run **.sh** files and install OpenStackClient from a Ubuntu window under Windows. [How to install OpenStackClient on Windows using Windows Subsystem for Linux on CloudFerro Cloud OpenStack Hosting](../openstackcli/How-to-install-OpenStackClient-on-Windows-using-Windows-Subsystem-for-Linux-on-CloudFerro-Cloud-OpenStack-Hosting.html.md).
Install OpenStackClient on Linux
: [How to install OpenStackClient for Linux on CloudFerro Cloud](../openstackcli/How-to-install-OpenStackClient-for-Linux-on-CloudFerro-Cloud.html).
: [How to install OpenStackClient for Linux on CloudFerro Cloud](../openstackcli/How-to-install-OpenStackClient-for-Linux-on-CloudFerro-Cloud.html.md).
How to download the RC file[](#how-to-download-the-rc-file "Permalink to this headline")
-----------------------------------------------------------------------------------------
@ -228,7 +228,7 @@ Call to Keycloak failed with code 000 and message
It will be followed by an empty line and you will be returned to your command prompt.
To resolve this issue, please connect to the Internet and try to activate the RC file again. If you are certain that you have Internet connection, it could mean that CloudFerro Cloud account service is down. If no downtime was announced for it, please contact CloudFerro Cloud customer support: [Helpdesk and Support](Help-Desk-And-Support.html)
To resolve this issue, please connect to the Internet and try to activate the RC file again. If you are certain that you have Internet connection, it could mean that CloudFerro Cloud account service is down. If no downtime was announced for it, please contact CloudFerro Cloud customer support: [Helpdesk and Support](Help-Desk-And-Support.html.md)
### Non-2FA accounts: entering a wrong password[](#non-2fa-accounts-entering-a-wrong-password "Permalink to this headline")
@ -268,8 +268,8 @@ and, in general, use all OpenStack CLI commands.
For example, if you want to create a new virtual machine, you can follow 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)
[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)
If you want your new virtual machine to be based on an image which is not available on CloudFerro Cloud cloud, you will need to upload it. The following article contains instructions how to do it:
[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)
[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)

View File

@ -29,7 +29,7 @@ You are going to pay with the data you enter for the organization. Be sure that
No. 3 **Useful articles**
As explained in [Wallets and Contracts Management](Contracts-Wallets.html), there are **three ways of paying for the services** on CloudFerro Cloud platform:
As explained in [Wallets and Contracts Management](Contracts-Wallets.html.md), there are **three ways of paying for the services** on CloudFerro Cloud platform:
PPUSE (Pay Per Use Wallet)
: Billing according to the usage.
@ -40,7 +40,7 @@ PAYG (Pay As You Go Contract)
FIXED-TERM (Fixed Term Contract)
: Billing mode where services are bought for longer periods
In case you have not entered **organization** data yet, see article [Adding and editing Organization](Adding-Editing-Organizations.html)
In case you have not entered **organization** data yet, see article [Adding and editing Organization](Adding-Editing-Organizations.html.md)
Step 1 Check for the correct tax ID or VAT number[](#step-1-check-for-the-correct-tax-id-or-vat-number "Permalink to this headline")
-------------------------------------------------------------------------------------------------------------------------------------

View File

@ -14,7 +14,7 @@ The option to use is **Configuration** -> **Organization**.
![dashboard-services-4-cloudferro-cloud.png](../_images/dashboard-services-4-cloudferro-cloud.png)
See article [Adding and editing Organization](Adding-Editing-Organizations.html).
See article [Adding and editing Organization](Adding-Editing-Organizations.html.md).
Step 2 Enable payment options[](#step-2-enable-payment-options "Permalink to this headline")
---------------------------------------------------------------------------------------------
@ -23,7 +23,7 @@ Go to the [eCommerce site](https://ecommerce.cloudferro.com/) and top up your wa
![dashboard-services-3-cloudferro-cloud.png](../_images/dashboard-services-3-cloudferro-cloud.png)
See article [How to buy credits using Pay Per Use wallet on CloudFerro Cloud](How-to-buy-credits-using-pay-per-use-wallet-on-CloudFerro-Cloud.html).
See article [How to buy credits using Pay Per Use wallet on CloudFerro Cloud](How-to-buy-credits-using-pay-per-use-wallet-on-CloudFerro-Cloud.html.md).
Step 3 Activate the project[](#step-3-activate-the-project "Permalink to this headline")
-----------------------------------------------------------------------------------------

View File

@ -24,4 +24,4 @@ Go to the **Invitations** tab and choose an invitation that you want to accept o
![inv_02_cloudferrocloud.png](../_images/inv_02_cloudferrocloud.png)
After accepting the invitation you will be able to add/edit roles. For more details please check [Tenant manager users and roles on CloudFerro Cloud](Tenant-Manager-Users-And-Roles-On-CloudFerro-Cloud.html).
After accepting the invitation you will be able to add/edit roles. For more details please check [Tenant manager users and roles on CloudFerro Cloud](Tenant-Manager-Users-And-Roles-On-CloudFerro-Cloud.html.md).

View File

@ -19,10 +19,10 @@ For general information about types of account and user roles you may have in Da
After creating personal account you can either create new company account or join an existing account. See articles:
[Adding and editing Organization](Adding-Editing-Organizations.html)
[Adding and editing Organization](Adding-Editing-Organizations.html.md)
[Inviting new user to your Organization](Inviting-New-User.html)
[Inviting new user to your Organization](Inviting-New-User.html.md)
If you are a single user you can only access a limited number of services.
See article [How to start using dashboard services on CloudFerro Cloud](How-to-start-using-dashboard-services-on-CloudFerro-Cloud.html)
See article [How to start using dashboard services on CloudFerro Cloud](How-to-start-using-dashboard-services-on-CloudFerro-Cloud.html.md)

View File

@ -65,8 +65,8 @@ To add a **member+** user to the project, follow these steps:
What To Do Next[](#what-to-do-next "Permalink to this headline")
-----------------------------------------------------------------
The article [Inviting new user to your Organization](Inviting-New-User.html) shows how to invite a new user.
The article [Inviting new user to your Organization](Inviting-New-User.html.md) shows how to invite a new user.
To the contrary, article [Removing user from Organization](Removing-User-From-Organization.html) shows how to remove a user from the organization.
To the contrary, article [Removing user from Organization](Removing-User-From-Organization.html.md) shows how to remove a user from the organization.
The article /accountmanagement/Accounts-and-Projects-Management is a general guidance to creating and managing accounts and projects on CloudFerro Cloud.

View File

@ -18,7 +18,7 @@ Logging into the CloudFerro Cloud site uses two-factor authentication, meaning y
> * the “classical” username and password, as well as
> * the numeric code supplied by a concrete mobile app.
This article is about using mobile devices to authenticate to the cloud. If you want to use your computer to do that, see [Two-Factor Authentication to CloudFerro Cloud site using KeePassXC on desktop](Using-KeePassXC-for-Two-Factor-Authentication-on-CloudFerro-Cloud.html).
This article is about using mobile devices to authenticate to the cloud. If you want to use your computer to do that, see [Two-Factor Authentication to CloudFerro Cloud site using KeePassXC on desktop](Using-KeePassXC-for-Two-Factor-Authentication-on-CloudFerro-Cloud.html.md).
You will first have to install one of the following two mobile applications, for Android or iOS mobile operating systems:
@ -202,8 +202,8 @@ If the FreeOTP app is in the foreground on the mobile device while you are submi
### What To Do Next[](#what-to-do-next "Permalink to this headline")
As mentioned in the beginning, you can use your computer for two-factor authentication see article [Two-Factor Authentication to CloudFerro Cloud site using KeePassXC on desktop](Using-KeePassXC-for-Two-Factor-Authentication-on-CloudFerro-Cloud.html).
As mentioned in the beginning, you can use your computer for two-factor authentication see article [Two-Factor Authentication to CloudFerro Cloud site using KeePassXC on desktop](Using-KeePassXC-for-Two-Factor-Authentication-on-CloudFerro-Cloud.html.md).
Either using mobile device or computer to authenticate, you will be logged into Horizon. You will then need to activate access to CloudFerro Cloud cloud API functions and be able to run **openstack** command. Please see article [How to activate OpenStack CLI access to CloudFerro Cloud cloud using one- or two-factor authentication](How-to-activate-OpenStack-CLI-access-to-CloudFerro-Cloud-cloud-using-one-or-two-factor-authentication.html).
Either using mobile device or computer to authenticate, you will be logged into Horizon. You will then need to activate access to CloudFerro Cloud cloud API functions and be able to run **openstack** command. Please see article [How to activate OpenStack CLI access to CloudFerro Cloud cloud using one- or two-factor authentication](How-to-activate-OpenStack-CLI-access-to-CloudFerro-Cloud-cloud-using-one-or-two-factor-authentication.html.md).
To learn how to manage your TOTP secret key, visit the following article: [How to manage TOTP authentication on CloudFerro Cloud](How-to-manage-TOTP-authentication-on-CloudFerro-Cloud.html) - it can be useful if you, for instance, want to use a different method of authentication, are unable to extract your secret key from currently used piece of software such as FreeOTP and do not have your secret key backed up in a readable way.
To learn how to manage your TOTP secret key, visit the following article: [How to manage TOTP authentication on CloudFerro Cloud](How-to-manage-TOTP-authentication-on-CloudFerro-Cloud.html.md) - it can be useful if you, for instance, want to use a different method of authentication, are unable to extract your secret key from currently used piece of software such as FreeOTP and do not have your secret key backed up in a readable way.

View File

@ -1,7 +1,7 @@
Two-Factor Authentication to CloudFerro Cloud site using KeePassXC on desktop[](#two-factor-authentication-to-brand-name-site-using-keepassxc-on-desktop "Permalink to this headline")
=======================================================================================================================================================================================
Please see article [Two-Factor Authentication to CloudFerro Cloud site using mobile application](Two-Factor-Authentication-for-CloudFerro-Cloud-Site.html) if you want to use a smartphone app for the TOTP two-factor authentication.
Please see article [Two-Factor Authentication to CloudFerro Cloud site using mobile application](Two-Factor-Authentication-for-CloudFerro-Cloud-Site.html.md) if you want to use a smartphone app for the TOTP two-factor authentication.
If you, however, want to use your desktop or laptop computer instead, KeePassXC is probably a good choice for you. It is a free and open source graphical password manager. It stores passwords, TOTP keys and other secrets in a file on your computer. You can later, for example, move that file manually to a different computer to use that device instead of the current one.