The One Click Deploy User Guide documents the steps required to create an All-In-One (AIO) developer-focused Acumos instance through an automated process, to the extent currently possible, with a minimal set of manual steps needed. This wiki page will supplement those instructions as needed.
10 Comments
Nagib Hakim
Looking forward to trying it!
Chris Lott
My VM runs successfully with 6GB. I think the estimate of 64 should be scaled down to 16.
jamil chawki
Thanks Vikas for these instructions. I have successfully installed Acumos on my PC (i7 and 14 GB RAM). Maria DB runs in a separate container.
Chris Lott
Thank Bryan Sullivan
jamil chawki
Hello, thanks to your script, I am able to:
However I was not able to access the published model in Design Studio. Is it normal ?
jamil chawki
Hello, any update on the this deployment procedure ?
John Wilmes
This fails immediately for me as follows:
+ sudo apt-get install -y linux-image-extra-4.4.0-1057-aws linux-image-extra-virtual
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package linux-image-extra-4.4.0-1057-aws
E: Couldn't find any package by glob 'linux-image-extra-4.4.0-1057-aws'
E: Couldn't find any package by regex 'linux-image-extra-4.4.0-1057-aws'
++ fail
Vasudeva Kallepalli
I am getting below error while installing Acumos on VM with Ubuntu.
+ openssl req -x509 -new -nodes -key /var/acumos/certs/acumosCA.key -sha256 -days 1024 -config openssl.cnf -out /var/acumos/certs/acumosCA.crt -passin pass:b5b54284-cc14-4e6a-aa29-c5d321e7ea76 -subj /C=US/ST=Unspecified/L=Unspecified/O=Acumos/OU=Acumos/CN=vasudevaraok-VirtualBox
Error Loading request extension section v3_req
140443218842048:error:220A4076:X509 V3 routines:a2i_GENERAL_NAME:bad ip address:../crypto/x509v3/v3_alt.c:441:value=1000
140443218842048:error:22098080:X509 V3 routines:X509V3_EXT_nconf:error in extension:../crypto/x509v3/v3_conf.c:47:name=subjectAltName, value=@alt_names
++ fail
++ log ''
++ set +x
fail:38 (Tue Jul 31 23:53:08 CDT 2018)
++ exit 1
Sowmya Narayanasetty
Unable to access portal of acumos after successful deployment of AIO
Doing in openstack vm with ubuntu-16.04 flavor
Done the following steps(Using the Prep-Deploy process as a privileged (sudo) user):
git clone https://gerrit.acumos.org/r/system-integration (both in ubuntu and root)
if [[ "$(id -nG "$USER" | grep docker)" == "" ]];then sudo usermod -aG docker $USER; fi
bash system-integration/tools setup_docker.sh
bash system-integration/tools/setup_k8s_stack.sh setup
sudo bash system-integration/AIO/setup_prereqs.sh k8s acumos $USER generic 2>&1 | tee aio_prep.log
sudo bash oneclick_deploy.sh 2>&1 | tee aio_deploy.log
This was Successful and got message like the below:
Portal: https://acumos:443
Nexus: http://acumos:31644
License Usage Manager: http://acumos/lum/
Common Data Service Swagger UI: https://acumos:443/ccds/swagger-ui.html
Portal Swagger UI: https://acumos:443/api/swagger-ui.html
Onboarding Service Swagger UI: https://acumos:443/onboarding-app/swagger-ui.html
Jenkins UI: https://acumos:443/jenkins/
Kibana: http://acumos:30561/app/kibana
On the UI i can access only the nexus and kibana but remaining i am not able to access even after mapping with the external port by seeing kubectl services of acumos.
Errors are like: refused to connect ,default back-end 404 etc.
SANDEEP JAISAWAL
In order to install "demeter" release of acumos, I did
git clone --single-branch --branch demeter https://gerrit.acumos.org/r/system-integration
but I can see below(Looks like it still has clio release),
~/system-integration/AIO/acumos_env.sh
# Version of the AIO toolset
export ACUMOS_AIO_VERSION=3.0.3
How can I make sure, It install all demeter related images ?
ex: