Skip to content

Commit

Permalink
<bots file changed>
Browse files Browse the repository at this point in the history
  • Loading branch information
asha-gadde committed Jun 29, 2020
1 parent 1c35285 commit a33b8a4
Show file tree
Hide file tree
Showing 8 changed files with 43 additions and 22 deletions.
34 changes: 25 additions & 9 deletions Catalyst/source/bots.rst
Expand Up @@ -5,9 +5,7 @@ BOTs is readymade automated scripts.

If you have not configured your BOTs setup, ask your admin to setup BOTs.

We have 4 types of BOTs:

* Task: These type of BOTs used to provide user management, application deployment and chef provider is used to deliver these services
We have 3 types of BOTs:

* Check: These type of BOTs used to provide service management(start, stop, restart), monitoring services and chef provider is used to deliver these services

Expand All @@ -17,13 +15,13 @@ We have 4 types of BOTs:

These BOTs are used to provide following services:

* Active Directory: We can create user, delete user and reset password using Task type BOTs
* Active Directory: We can create user, delete user and reset password using Run type BOTs

* OpenDJ LDAP: We can create user, delete user and reset password using Task type BOTs
* OpenDJ LDAP: We can create user, delete user and reset password using Run type BOTs

* Monitoring: We can use sensue to monitor any service using check BOTs

* Application Deployment: We can deploy new application on any machine using Task BOTs
* Application Deployment: We can deploy new application on any machine using Run BOTs

* Service Management: We can start, stop, restart service using check BOTs

Expand All @@ -36,17 +34,35 @@ These BOTs are used to provide following services:

* User can select any BOTs for execution

.. image:: /images/updated_img/bots.png
.. image:: /images/bots.png

* click on execute button one popup will appear

.. image:: /images/updated_img/botsexecute.png
.. image:: /images/botsexecute.png

* Select any Tag Server from the drop down

* Enter the parameters

* Now click on ok button

* Execution will start, and user and check the logs
* Execution will start.We can the logs through logs tab.

* We can also schedule the bots.


**How to schedule the BOT**

*Click on Bots tab.Click on any bot like "Terraform bot".Navigate to schedule tab.Enter the deatils like start date and end date and choose minutes/hourly/daily/weekly/monthly and howmany times we want execute the bots.If yu want to execute the bot
with remote server enable the checkbox and If you want skip alternate runs in the execution enable the checkbox.Click on "schedule" button.
image:: /images/Schedule_bot.PNG









10 changes: 5 additions & 5 deletions Catalyst/source/analytics.rst → Catalyst/source/cloud.rst
@@ -1,7 +1,7 @@
Analytics
Cloud
=========

Analytics is the cost, usage and capacity of cloud. Analytics unlocks more insightful questions and produces more accurate outcomes by mapping relationships among high volumes of connected data
Cloud is the cost, usage and capacity of cloud. It unlocks more insightful questions and produces more accurate outcomes by mapping relationships among high volumes of connected data

**Prerequisites:** A cloud account should be added in RLCatalyst settings.

Expand All @@ -15,11 +15,11 @@ Analytics is the cost, usage and capacity of cloud. Analytics unlocks more insig

**How to use:**

Click on **Analytics** link in the header. And we have three menu at the left side of the page:
Navigate to **Cloud** tab in the header. There is Menu at left handside and under the analytics we can see below options:

1. Cost
1. Capacity

2. Capacity
2. Cost

3. Usage

Expand Down
2 changes: 1 addition & 1 deletion Catalyst/source/conf.py
Expand Up @@ -47,7 +47,7 @@

# General information about the project.
project = u'RLCatalyst'
copyright = u'2016, Relevance Lab'
copyright = u'2018, Relevance Lab'
author = u'Relevance Lab'

# The version info for the project you're documenting, acts as replacement for
Expand Down
Binary file added Catalyst/source/images/Import_button.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Catalyst/source/images/Logo_header.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Catalyst/source/images/Schedule_bot.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 5 additions & 4 deletions Catalyst/source/menu-options.rst
Expand Up @@ -3,15 +3,16 @@ Introduction - RLCatalyst

**RL Catalyst has four main menu options** -

* :doc:`Settings <settings>` : Create the Organization structure and manage DevOps assets across data center and cloud
* :doc:`Workflow <Workflow>` : Create the Organization structure and manage DevOps assets across data center and cloud
* :doc:`Bots <bots> ` : This Dashboard contains bots library and bots report and audit trail page.
* :doc:`Design <design>` : Design re-usable templates and blueprints which are used to automate your various DevOps requirements
* :doc:`Workzone <workzone>` : Manage and Control all your assets from Workzone. This is the execution zone in RLCatalyst
* :doc:`Track <trackinwrk>` : Gives dashboards on Infrastructure Cost and Usage. CI/CD metrics and Monitoring dashboards will be part of Enterprise and PAAS versions
* :doc:`Track <trackinwrk>` : CI/CD metrics and Monitoring dashboards will be part of Enterprise and PAAS versions
* :doc:`Cloud <cloud>` : This dashboard consists Infrastructure Cost and Usage




.. image:: /images/updated_img/logoHeader.png
.. image:: /images/updated_img/Logo_header.PNG



Expand Down
10 changes: 7 additions & 3 deletions Catalyst/source/workzone.rst
Expand Up @@ -201,25 +201,29 @@ Import By IP
^^^^^^^^^^^^
In the Instances page, you can import any running instances to the catalyst application using Import By IP option, follow the below steps to import:

* Click on Import by IP icon
* Click on Import button in righttop corner of the page.

* In the **Import Instance By IP** window
* **Import Instance By IP** window opened.

* Provide the IP address which needs to be Imported

* Choose the operating system from **Choose Operating System** drop down list

* Provide the user name in the **Username** box

* Provide Configuration Management option like RL Chef Server.

* Choose authentication type from the **Choose Authentication Type** drop down list. RL Catalyst provide two types of authentication, you can choose Password or by uploading PEM file

* Type **Password or upload PEM file**

* Provide the application name in the **Name** box and the host **URL** in the URL box

* You can also Add new application by clicking on the Add Application URL option
* You can also Add application with name and URL details.

* Click **Import** to start importing the Instance

.. image:: /images/Import_button.PNG

.. image:: /images/ImportbyIP.jpg

Expand Down

0 comments on commit a33b8a4

Please sign in to comment.