Skip to content

Commit fc97dad

Browse files
[Doc] update regarding rebranding (#643)
[Doc] update regarding rebranding Rebrand doc, closes #637 Reviewed-by: Artem Lifshits
1 parent 0dab1a8 commit fc97dad

15 files changed

Lines changed: 37 additions & 36 deletions

File tree

CONTRIBUTING.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Contributing to OTC Extensions
22
==============================
33

44
OTC Extension are developed as a community effort initiated by
5-
T-Systems International GmbH for the Open Telekom Cloud under an Open
5+
T-Systems International GmbH for the T Cloud Public (former Open Telekom Cloud) under an Open
66
Source license. All code is licensed under the Apache 2.0 license.
77

88
We are happily accepting pull requests. Please reach out to the

README.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ OTC Extensions
99
:alt: Documentation Status
1010

1111
The OTC Extensions augment the OpenStack SDK of features and services
12-
provided by the Open Telekom Cloud. If installed as a Python package,
12+
provided by the T Cloud Public (former Open Telekom Cloud).
13+
If installed as a Python package,
1314
they add several extra commands to the OpenStack Client CLI. Therefore
1415
the project interacts closely with the
1516

@@ -46,7 +47,7 @@ Configuration
4647

4748
`Configuration Page <https://docs.otc.t-systems.com/python-otcextensions/install/configuration.html>`_
4849

49-
Acessing the Open Telekom Cloud APIs requires authentication and
50+
Acessing the T Cloud Public APIs requires authentication and
5051
authorization. For both there are several options available:
5152

5253
* **Configuration files** (recommended): A file called `clouds.yaml`

doc/source/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ simplifies building applications to work with OpenStack clouds. The
88
`OpenStack Client`_ is its equivalent on the command line.
99

1010
**This project, OTC Extensions,** adds extra functionality to the SDK
11-
and the CLI offered by the `Open Telekom Cloud`_. Technically, the OTC
11+
and the CLI offered by the `T Cloud Public`_. Technically, the OTC
1212
Extensions provide Python classes and methods to attach your own code
1313
to the cloud. They also integrate seamless into the OpenStack Client,
1414
providing many extra commands.
@@ -46,7 +46,7 @@ configured conveniently in a few files.
4646
Working with the CLI tool
4747
-------------------------
4848

49-
Users who want to access Open Telekom Cloud specific services with
49+
Users who want to access T Cloud Public specific services with
5050
:doc:`command line tools <cli/index>` for a shell like Bash find
5151
documentation of all of their operations and properties in this
5252
section.
@@ -93,4 +93,4 @@ available:
9393
.. _OpenStack SDK: https://docs.openstack.org/openstacksdk/
9494
.. _OpenStack Client: https://docs.openstack.org/python-openstackclient/
9595
.. _Ansible modules: https://github.com/OpenTelekomCloud/ansible-collections/
96-
.. _Open Telekom Cloud: https://open-telekom-cloud.com/
96+
.. _T Cloud Public: https://public.t-cloud.com/

doc/source/install/configuration.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Configuration
22
=============
33

4-
You can connect to the Open Telekom Cloud and OpenStack clouds in general
4+
You can connect to the T Cloud Public and OpenStack clouds in general
55
using two approaches. The first one uses a credential file called
66
``clouds.yaml`` and the other one is to use ``environment variables``.
77

@@ -17,7 +17,7 @@ locations with increasing precedence:
1717
2. Home directory / user space (~/.config/openstack/{clouds,secure}.yaml)
1818
3. Current directory (./{clouds,secure}.yaml)
1919

20-
A sample clouds.yaml file is listed below to connect with Open Telekom Cloud:
20+
A sample clouds.yaml file is listed below to connect with T Cloud Public:
2121

2222
**clouds.yaml**
2323

@@ -139,7 +139,7 @@ secret which is left out from ``clouds.yaml``:
139139
Agency based authorization
140140
^^^^^^^^^^^^^^^^^^^^^^^^^^
141141

142-
Open Telekom Cloud supports a concept of agencies. One domain delegates access
142+
T Cloud Public supports a concept of agencies. One domain delegates access
143143
to resources to another domain. After trust relationship is established the
144144
following configuration can be used in ``clouds.yaml``:
145145

@@ -167,9 +167,9 @@ Configuration of Environment Variables
167167
--------------------------------------
168168

169169
Instead of using the clouds.yaml file, environmnt variables can be configured
170-
to connect to the Open Telekom Cloud. Create a simple file like ``.ostackrc``
170+
to connect to the T Cloud Public. Create a simple file like ``.ostackrc``
171171
in the home directory and source the file to make the variables available. On
172-
Open Telekom Cloud servers this file exists on bootup and needs to be changed
172+
T Cloud Public servers this file exists on bootup and needs to be changed
173173
according to your credentials.
174174

175175
.. code-block:: bash

doc/source/install/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Installation
33

44
There are several install options for OTC Extensions to enhance the
55
native `OpenStack Client`_ and to extend the `OpenStack SDK`_. Once
6-
installed, they cover additional `Open Telekom Cloud`_ services and
6+
installed, they cover additional `T Cloud Public`_ services and
77
provide extra functionality on top of the stock OpenStack SDK and CLI.
88

99
.. toctree::
@@ -31,7 +31,7 @@ of OpenStack SDK and OTC Extensions into a CLI tool. If installed, it
3131
requires the SDK.
3232

3333
**OTC Extensions:** An addition to OpenStack SDK with enhanced
34-
functionality that is specific for the Open Telekom Cloud. This is the
34+
functionality that is specific for the T Cloud Public. This is the
3535
package you are currently looking at. It requires the SDK since it
3636
extends its interfaces. If it is installed as a Python package it is
3737
detected and integrated automatically by the other two packages
@@ -84,5 +84,5 @@ https://build.opensuse.org/project/show/Cloud:OTC:Tools:OpenStack.
8484

8585
.. _OpenStack SDK: https://docs.openstack.org/openstacksdk/
8686
.. _OpenStack Client: https://docs.openstack.org/python-openstackclient/
87-
.. _Open Telekom Cloud: https://open-telekom-cloud.com/
87+
.. _T Cloud Public: https://public.t-cloud.com/
8888
.. _Python Package Index (PyPI): https://pypi.org/

doc/source/sdk/getting_started.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ the following command.
7676
The output represents all existent OpenStack servers in your Cloud
7777
environment.
7878

79-
OTC Extensions specific Example for Open Telekom Cloud
80-
------------------------------------------------------
79+
OTC Extensions specific Example for T Cloud Public
80+
--------------------------------------------------
8181

8282
The following script uses the OTC Extensions to list all existent CCE Clusters
8383
in your account.

doc/source/sdk/guides/ces.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Cloud Eye Service (CES)
2-
=========================
2+
=======================
33

44
Cloud Eye (CES) is a high-performance monitoring service with integrated
5-
alarm functions. Open Telekom Cloud users benefit from a dashboard with
5+
alarm functions. T Cloud Public users benefit from a dashboard with
66
a basic overview of resources and their current status. Users can
77
configure the alarm function in such a way that they receive
88
notifications via SMS or email. Monitoring with the Cloud Eye Service

doc/source/sdk/guides/dcs.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The Distributed Cache Service is ideal for use as a cache server (e.g. in
1414
order to accelerate the loading times of websites), for real-time analyses,
1515
high-speed transactions, and message queuing. Clusters made up of individual
1616
DCS instances can be used for applications with extremely high performance
17-
requirements. Redis is available in the Open Telekom Cloud as the Distributed
17+
requirements. Redis is available in the T Cloud Public as the Distributed
1818
Cache Service. Via the console, the database can be defined in three variants:
1919
as a single-node database for temporary data storage, as a master/standby
2020
database for higher availability, and as a cluster for high performance.
@@ -25,7 +25,7 @@ Instances
2525
---------
2626

2727
A Distributed Cache Service Instance is a Redis instance on top of
28-
Open Telekom Cloud.
28+
T Cloud Public.
2929

3030
List Instances
3131
^^^^^^^^^^^^^^

doc/source/sdk/guides/dns.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ work in public clouds. It enables users to integrate cloud resources in their
1212
own company networks with ease – they then see the services as part of their
1313
internal network. Moreover, using domain names instead of IP addresses also
1414
facilitates administrative tasks and makes clouds more user-friendly.
15-
The Open Telekom Cloud also offers a Domain Name Service (DNS). DNS is
16-
available via the Open Telekom Cloud console and features anti-DDoS
15+
The T Cloud Public also offers a Domain Name Service (DNS). DNS is
16+
available via the T Cloud Public console and features anti-DDoS
1717
protection. In addition to references to external IP addresses, the solution
18-
can also be used for services within the Open Telekom Cloud. Pricing of the
18+
can also be used for services within the T Cloud Public. Pricing of the
1919
Domain Name Service is based on scaled prices depending on the number of
2020
domains stored. If a domain is created and remains configured for more than
2121
24 hours, it is billed once for the entire month. A usage-based payment is

doc/source/sdk/guides/index.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Guides for SDK
22
==============
33

4-
Open Telekom Cloud related User Guides
5-
--------------------------------------
4+
T Cloud Public related User Guides
5+
----------------------------------
66

77
.. toctree::
88
:maxdepth: 1
@@ -42,9 +42,9 @@ Open Telekom Cloud related User Guides
4242
User Guides
4343
-----------
4444

45-
The Open Telekom Cloud services are covering OpenStack native services and
45+
The T Cloud Public services are covering OpenStack native services and
4646
enhanced ones covering additional functionalities. All user guides related
47-
to Open Telekom Cloud are listed above. The links links to the most important
47+
to T Cloud Public are listed above. The links links to the most important
4848
OpenStack native services are listed below.
4949

5050
OpenStack native User Guides

0 commit comments

Comments
 (0)