-
Notifications
You must be signed in to change notification settings - Fork 27
[minor] Add support For Installation and FVT setup for Aiservice 9.1.x #1620
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
will remove tar.gz files once we have python-devops PR approved |
docs/guides/install-aiservice.md
Outdated
For full usage information run `mas aiservice-install --help` <br> | ||
`mas aiservice-install` is specifically built for installation of Aiservice 9.1.x or above without any MAS dependency. <br> | ||
<br> | ||
For installation of Aiservice 9.0.x have to use `mas install` which depends on MAS. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For installation of Aiservice 9.0.x have to use
mas install
which depends on MAS.
not sure I understand what that is saying
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we have to use mas install command for 9.0.x version of Aiservice
### MAS License File | ||
Access [IBM License Key Center](https://licensing.flexnetoperations.com/), on the **Get Keys** menu select **IBM AppPoint Suites**. Select `IBM MAXIMO APPLICATION SUITE AppPOINT LIC` and on the next page fill in the information as below: | ||
|
||
| Field | Content | | ||
| ---------------- | ----------------------------------------------------------------------------- | | ||
| Number of Keys | How many AppPoints to assign to the license file | | ||
| Host ID Type | Set to **Ethernet Address** | | ||
| Host ID | Enter any 12 digit hexadecimal string | | ||
| Hostname | Set to the hostname of your OCP instance, but this can be any value really. | | ||
| Port | Set to **27000** | | ||
|
||
|
||
The other values can be left at their defaults. Finally, click **Generate** and download the license file to your home directory as `entitlement.lic`. | ||
|
||
!!! note | ||
For more information about how to access the IBM License Key Center review the [getting started documentation](https://www.ibm.com/support/pages/system/files/inline-files/GettingStartedEnglish_2020.pdf) available from the IBM support website. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think you need a license file for aiservice, do you?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes we need
|
||
Interactive Install | ||
------------------------------------------------------------------------------- | ||
Regardless of whether you are running a connected or disconnected installation, simply run the `mas aiservice-install` command and follow the prompts, the basic structure of the interactive flow is described below. We will need the `entitlement.lic` file to perform the installation so we will mount your home directory into the running container. When prompted you will be able to set license file to `/mnt/home/entitlement.lic` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think you need a entitlement.lic file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we need entitlement.lic file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs change the apps.py still to just extend the installApp
ISSUES: MASAIB-7, MASAIB-761
Introduce new Command mas aiservice-install specifically for installation of aiservice 9.1.x or above.
Create FVT setup for Aiservice 9.1.x or above.
Related PR's
ibm-mas/python-devops#79
ibm-mas/ansible-devops#1784