You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open HA Web Application template (Menu-> Templates-> Reference Architecture -> HA Web Application)
Specify public keys for DB System, webhosts (1 and 2) and bastion instances.
Export via Resource Manager (Menu-> Export-> Resource Manager)
Leave options default (create and plan), then click Create Stack
See the popup with the error message:
Export to Resource Manager Failed (INTERNAL SERVER ERROR)
On the log I can see this error:
okit | INFO: Processing Route Table Information Okit_Rt003
okit | INFO: Processing Subnet Information Ha_Web_Public_Sn
okit | INFO: Processing Subnet Information Ha_Web_Private_Sn
okit | INFO: Processing Subnet Information Ha_Web_Db_Sn
okit | INFO: Processing Database System Information Hawebdb
okit | ERROR: '>' not supported between instances of 'str' and 'int'
okit | Traceback (most recent call last):
okit | File "/okit/okitweb/okitOci.py", line 110, in ociResourceManger
okit | generator.generate()
okit | File "/okit/visualiser/generators/okitGenerator.py", line 194, in generate
okit | self.renderDatabaseSystem(database_system)
okit | File "/okit/visualiser/generators/okitGenerator.py", line 371, in renderDatabaseSystem
okit | if database_system["cpu_core_count"] > 0:
okit | TypeError: '>' not supported between instances of 'str' and 'int'
Note: On v0.9.2 I was able to deploy without any issues.
Thanks for your help
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to deploy HA Web Aplication Reference Architecture template but I'm having the following error :
Versions
OKIT Version:
v0.10.2
Browser: Chrome 85.0.4183.83
Steps to reproduce
Menu-> Templates-> Reference Architecture -> HA Web Application
)Menu-> Export-> Resource Manager
)Create Stack
Note: On
v0.9.2
I was able to deploy without any issues.Thanks for your help
The text was updated successfully, but these errors were encountered: