-
Notifications
You must be signed in to change notification settings - Fork 0
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
Support for hcl_domino_standalone_provisioner v0.1.23 #118
Comments
@MarkProminic in file version.rb for provisioner 0.1.23 I still see version 0.1.22. Should I make PR? |
@MarkProminic does variables named |
you should provide them, it was discussed that you give me that information so that I can do verification tha the included installler is indeed meant for the task we are trying to run it through. |
There will be multiple versions.rb PLease look at the contentes of the version.rb, Notice the name of of the Module. They are different, and it will change when I am ready. I stated over the weekend, that I have not yet released 0.1.23 because Joel is waiting to get changes in. |
Currently we handle the hash and version mapping on the Super.Human.Installer side. This should have been covered already by #76 . |
Hey @MarkProminic after changing SHI I run vagrant up and this is what I'm getting. Could you please take a look.
|
Change it to something like
|
@MarkProminic That help move forward. Now I have following error:
|
find ansible.cfg and comment out this line: vault_password_file = /vagrant/ansible/git_vault_password |
@MarkProminic here is the results:
|
The name of the role is wrong, Please see: should be startcloud.haproxy |
Sorry I typo'd and corrected, It should be startcloud.haproxy |
I'm moving forward @MarkProminic . It looks like id file changed it's location towards 0.1.22 ?
|
Correct, to make the code look more like the hcl_domino_additional_provisioner |
… 0.1.23 - Adjust location of id files - Adjust role names - extract them to RolesUtil - Adjust names of installers - provider was not added yet with this commit! (reference #118)
@MarkProminic I'm at the end I believe. I got some warnings. Not sure why they were treated as errors. |
Server is running but with errors, so welcome page initially is not displayed until I click the button for that. After successful server run we are automatically displaying welcome page, but due to errors/warnings it doesn't work anymore. |
While testing this issue on Super.Human.Installer Development v0.10.1, I noticed that SHI was not generating the minor version correctly. For example, Domino 12.0.2 had domino_minor_version == 2, and 12.0.1 hadshowd domino_minor_version == 1. Both should be 0:
@piotrzarzycki21 reported that this may already be fixed in this issue. |
@piotrzarzycki21 For some reason your instance didn't get an IP, which is really bizzare since I redid some of the networking. I will need to see your instance to be able to determine why you are not getting a proper IP. |
@MarkProminic If that's how it looks like it is an old bug. I'm considering than with your mentioned modification above SHI has been updated with provisioner 0.1.23. I'm waiting than for official release so I could build development version of SHI. |
Implementation notes:
Vars which need to be supported in UI but they are not now, so I will setup default value. |
Implementation notes:
|
- Provisioner is added to assets folder - Update DemoTasks with missing fields - If provisioner is greater than 0.1.23 fields are now null not "" (reference #118)
- Temporary remove AdditionalServerPage (reference #118)
- Support hashes for hot fix and patch for domino - Support hash for Leap (reference #118)
@MarkProminic is planning to release hcl_domino_standalone_provisioner v0.1.23 this week. This has some more renames for the roles - @MarkProminic will report or discuss the changes when they are ready.
The text was updated successfully, but these errors were encountered: