This topic has 5 replies, 2 voices, and was last updated 3 years, 5 months ago by bmccraw.
-
AuthorPosts
-
March 8, 2019 at 5:46 pm #25033
bmccraw
ParticipantI’m finally sitting down to play with forgeops and I can’t get it to work. I’ve got minikube up and running on my mac, I can deploy all the helm charts, but when the amster service attempts to execute the install-openam script, it fails with:
am> :load /opt/amster/scripts/00_install.amster Failed to execute the 'install-openam' command: http://openam:80/openam/setup/setSetupProgress?mode=text
To not clutter this thread, I put the debug output for my cluster at the link below:
I ran the
minikube ssh sudo ip link set docker0 promisc on
command found here: minikube workaroundI can curl from the amster instance to the openam instance, so I don’t think it’s a network block. I’m out of ideas at this point. This is my first time interacting with Kubernetes as well, so the issue could be my minikube environment or my forgeops setup. Any help would be appreciated.
March 8, 2019 at 5:56 pm #25036David Goldsmith
ParticipantHi,
For starters, could you post some information here, especially what we list in https://backstage.forgerock.com/docs/platform/6.5/devops-guide/#sec-feedback?
The debug logs are the most important but it would also be helpful to know some of the versions you’re using, especially minikube in this case.
Thanks,
David
March 8, 2019 at 5:59 pm #25037bmccraw
ParticipantSure:
This is how I started my minikube environment:
minikube start --memory=8192 --disk-size=30g --vm-driver=vmwarefusion --bootstrapper kubeadm --kubernetes-version=v1.11.2 && minikube ssh sudo ip link set docker0 promisc on
I’m on the master branch of forgeops.
March 8, 2019 at 6:05 pm #25038David Goldsmith
ParticipantFor starters, I’d suggest you use the release/6.5.0 branch of the forgeops repo. The master branch becomes unstable from time to time and I’m not sure whether it’s working right now or not.
You didn’t say what version of minikube you’re on, but if it’s 0.34.1, you’ll need to specify cluster version 1.13.2. I’m about to push a doc update with that information in it BTW.
If that doesn’t help, please provide the debug logs and more information about your environment as I requested above.
Thanks,
David
March 8, 2019 at 6:08 pm #25039bmccraw
ParticipantThanks David. I did just notice it says to not run on the master branch of forgeops. I’ll switch now and see if that helps.
my minikube version is 0.31.0 so I think I’m ok with version compatibility.
March 8, 2019 at 6:22 pm #25040bmccraw
ParticipantDavid,
Switching to the release/6.5.0 branch of forgeops seems to have fixed the issue. I’m able to get the XUI to load now. Thank you for the simple suggestion.
-
AuthorPosts
You must be logged in to reply to this topic.