Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ugo-emekauwa authored Sep 30, 2021
1 parent b6fcfb2 commit 06f5eea
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/profile_makers/ucs_domain_profile_maker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
```
git clone https://github.com/ugo-emekauwa/cisco-imm-automation-tools
```
If you are downloading the repository file as a zipped file, unzip the file once the download has completed.
5. Generate a version 2 API key from your Intersight account.
**(a).** Log into your Intersight account, click the Settings icon and select **Settings**.
Expand Down Expand Up @@ -67,7 +68,7 @@
## How to Use
1. Please ensure that the above [**Prerequisites**](https://github.com/ugo-emekauwa/cisco-imm-automation-tools#prerequisites) have been met.
2. Within the Cisco IMM Automation Tools repository, navigate to the folder \src\profile_makers\ucs_domain_profile_maker.
2. Within the unzipped Cisco IMM Automation Tools repository, navigate to the folder \src\profile_makers\ucs_domain_profile_maker.
3. Edit the ucs_domain_profile_maker.py file to set the **`key_id`** variable using the following instructions:
**(a).** Open the ucs_domain_profile_maker.py file in an IDLE or text editor of choice.
Expand All @@ -84,7 +85,7 @@
```py
key_id = "5c89885075646127773ec143/5c82fc477577712d3088eb2f/5c8987b17577712d302eaaff"
```
3. Edit the ucs_domain_profile_maker.py file to set the **`key`** variable using the following instructions:
4. Edit the ucs_domain_profile_maker.py file to set the **`key`** variable using the following instructions:
**(a).** Open the ucs_domain_profile_maker.py file in an IDLE or text editor of choice.
Expand All @@ -100,7 +101,7 @@
```py
key = "C:\\Keys\\Key1\\SecretKey.txt"
```
4. Edit the ucs_domain_profile_maker.py file to set all the configuration variable values using the following instructions:
5. Edit the ucs_domain_profile_maker.py file to set all the configuration variable values using the following instructions:
**(a).** Open the ucs_domain_profile_maker.py file in an IDLE or text editor of choice.
Expand All @@ -115,8 +116,8 @@
Completion of editing the configuration variable values is marked by the comment **`####### Finish Configuration Settings - The required value entries are complete. #######`**.
![Figure 15 - Finish Configuration Settings location](./assets/Figure_15_Finish_Configuration_Settings_location.png "Figure 15 - Finish Configuration Settings location")
5. Save the changes you have made to the ucs_domain_profile_maker.py file.
6. Run the ucs_domain_profile_maker.py file.
6. Save the changes you have made to the ucs_domain_profile_maker.py file.
7. Run the ucs_domain_profile_maker.py file.
## Where to Demo
The Base UCS Domain Profile Maker can be demoed on Cisco dCloud in the following soon to be released content:
Expand Down

0 comments on commit 06f5eea

Please sign in to comment.