Hi All,
In order to avoid conflicts with containerized services, the default HTTP(80) and HTTPS(443) port numbers have been changed to 8080 and 8443.
The platform horizon UI is now available at http://<external OAM IP>:8080
To configure a different port for http or https using system CLI:
system service-parameter-list --service http
+--------------------------------------+---------+---------+------------+-------+-------------+----------+
| uuid | service | section | name | value | personality | resource |
+--------------------------------------+---------+---------+------------+-------+-------------+----------+
| 4fc7e8f5-4621-4a07-a207-86c40c6b05fa | http | config | http_port | 8080 | None | None |
| 96180927-50f6-4f26-af78-f0cb7c1d4b37 | http | config | https_port | 8443 | None | None |
+--------------------------------------+---------+---------+------------+-------+-------------+----------+
system service-parameter-modify http config http_port=8090
system service-parameter-modify http config https_port=9443
system service-parameter-apply http
Containerized deployment:
For custom apps that use a hard-coded location in the manifest file, the URL needs to be updated accordingly.
For example:
Location:
http://172.17.0.1/helm_charts/hello-kitty.tgz
Change to
Location:
http://172.17.0.1:8080/helm_charts/hello-kitty.tgz
Tao Liu, Member of Technical Staff, Engineering,, Wind River
direct 613.963.1413 fax: 613.492.7870 skype: tao_at_home
350 Terry Fox Drive, Suite 200, Ottawa, Ontario, K2K 2W5