Created 08-09-2017 07:25 AM
Sed is installed in Version 4.2.2 and the server runs Rhel 7.3 Enterprise Server I installed Cloudbreak Deployer: 1.16.1, the only command working right now is cbd --version. Thank you for your help.
[root@master cloudbreak-deployer]# cbd init * Dependency required, installing sed latest ... [root@master cloudbreak-deployer]# cbd init * Dependency required, installing sed latest ... [root@master cloudbreak-deployer]# cbd --help * Dependency required, installing sed latest ... [root@master cloudbreak-deployer]# cbd kill * Dependency required, installing sed latest ... [root@master cloudbreak-deployer]# cbd update * Dependency required, installing sed latest ... [root@master cloudbreak-deployer]# cbd regerate * Dependency required, installing sed latest ... [root@master cloudbreak-deployer]# cbd test * Dependency required, installing sed latest ... [root@master cloudbreak-deployer]# cbd doctor * Dependency required, installing sed latest ..
Created 08-21-2017 01:37 PM
Created 08-21-2017 02:16 PM
It seems github has some issue this is why your install commands are not working https://status.github.com/
Br,
R
Created 08-22-2017 02:48 AM
Have you installed Cloudbreak Deployer on your own or are you using pre-built Cloudbreak Deployer cloud images with the Cloudbreak Deployer pre-installed?
Once the Cloudbreak Deployer is installed successfully, you have to set up the Cloudbreak application by creating cloudbreak-deployment and Profile file respectively. Also, you can run 'yum -y update' to ensure that your system is up to date.
Created 08-22-2017 07:21 AM
@Shyam Sham
I have installed cbd manually
@pdarvasi
cbd doctor init * Dependency required, installing sed latest ... TRACE=1 cbd init + CBD_PROFILE=Profile + cbd-find-root + CBD_ROOT=/home/festm + start-time-init + declare 'desc=Resolve or set Cloudbreak deployment start time' ++ cat .starttime + [[ -n 1502258567 ]] ++ cat .starttime + export CB_COMPONENT_CREATED=1502258567 + CB_COMPONENT_CREATED=1502258567 + color-init + for color in '"${!color_table[@]}"' + eval 'yellow-bright() { color-cat yellow-bright; }' + for color in '"${!color_table[@]}"' + eval 'white-bright() { color-cat white-bright; }' + for color in '"${!color_table[@]}"' + eval 'gray() { color-cat gray; }' + for color in '"${!color_table[@]}"' + eval 'purple-bright() { color-cat purple-bright; }' + for color in '"${!color_table[@]}"' + eval 'yellow() { color-cat yellow; }' + for color in '"${!color_table[@]}"' + eval 'red() { color-cat red; }' + for color in '"${!color_table[@]}"' + eval 'blue() { color-cat blue; }' + for color in '"${!color_table[@]}"' + eval 'white() { color-cat white; }' + for color in '"${!color_table[@]}"' + eval 'green() { color-cat green; }' + for color in '"${!color_table[@]}"' + eval 'red-bright() { color-cat red-bright; }' + for color in '"${!color_table[@]}"' + eval 'blue-bright() { color-cat blue-bright; }' + for color in '"${!color_table[@]}"' + eval 'purple() { color-cat purple; }' + for color in '"${!color_table[@]}"' + eval 'cyan-bright() { color-cat cyan-bright; }' + for color in '"${!color_table[@]}"' + eval 'cyan() { color-cat cyan; }' + for color in '"${!color_table[@]}"' + eval 'green-bright() { color-cat green-bright; }' + is_command_needs_profile init + [[ aws azure bash-complete help init machine version update delete != *\ \i\n\i\t\ * ]] + deps-init ++ deps-dir ++ echo /home/festm/.deps + export PATH=/home/festm/.deps/bin:/sbin:/bin:/usr/sbin:/usr/bin:/opt/LinuxCOE/bin:/opt/mtp/bin + PATH=/home/festm/.deps/bin:/sbin:/bin:/usr/sbin:/usr/bin:/opt/LinuxCOE/bin:/opt/mtp/bin + deps-require sed + declare name=sed version=latest + deps-check sed latest + declare name=sed version=latest ++ deps-dir ++ echo /home/festm/.deps + [[ -f /home/festm/.deps/bin/sed ]] + echo '* Dependency required, installing sed latest ...' + yellow + color-cat yellow + declare color=yellow + read -r + printf '\033[00;33m%s\033[0m\n' '* Dependency required, installing sed latest ...' * Dependency required, installing sed latest ... + read -r + deps-install sed latest + declare name=sed version=latest + local tag index tmpdir tmpfile dep filename extension install ++ deps-dir ++ echo /home/festm/.deps + mkdir -p /home/festm/.deps/bin ++ curl -s https://raw.githubusercontent.com/lalyos/glidergun-rack/master/index/sed + index=
Created 08-24-2017 12:31 PM
From the logs, it looks like that your deployer VM does not have Internet access, which is mandatory to be able to communicate with the Cloud Providers. Deployer without Internet access is not supported.
Hope this helps!
Created 08-24-2017 12:39 PM
I can munually call:
curl -s https://raw.githubusercontent.com/lalyos/glidergun-rack/master/index/sed
I also set the proxy for my company. Does Cloudbreak Deployer not use the env variables for proxys?
Created 08-24-2017 12:45 PM
Created 08-24-2017 06:47 PM
thanks man, so it is not using my environment.
Test it the next days. But I think it will work just fine.
Created 09-05-2018 07:23 AM
Hi,
@rdoktorics, @pdarvasi, @Marcel Fest
I could install cloudbreak and the version command works well but not others.
[root@uat-docker-1 cloudbreak]# cbd --help
* Dependency required, installing sed latest ...
[root@uat-docker-1 cloudbreak]# cbd --version
Cloudbreak Deployer: 2.7.0
Please let me know if I have missed anything.
Created 09-05-2018 11:20 AM
You should try issuing the command with Trace:
TRACE=1 cbd --help
This way you can troubleshoot what exactly is failing.
In the meantime I recommend you to use the latest CBD deployer version of 2.7.1.
Hope this helps!
Created 09-05-2018 12:18 PM
Thanks for the reply @pdarvas.
I can't see the trace after,
++ export 'NON_PROXY_HOSTS=*.consul' ++ NON_PROXY_HOSTS='*.consul' ++ _env+=($var) ++ [[ -n '' ]] ++ [[ -n '' ]] ++ [[ -n '' ]] ++ [[ -n '' ]] ++ curl --connect-timeout 20 -s https://raw.githubusercontent.com/hortonworks/glidergun-rack/master/index/sed + index=
But I can run the curl --connect-timeout 20 -s https://raw.githubusercontent.com/hortonworks/glidergun-rack/master/index/sed + index=
The link http://sequenceiq.com/cloudbreak-docs/latest/operations/#proxy-settings not working anymore. Is there anywhere I can see the entire sequence of the cbd generate, so that I can work on the next
Created 09-06-2018 07:57 AM
To configure proxy settings for Cloudbreak Deployer, add the following configs to your Profile
:
export http_proxy="http://YOUR_PROXY_ADDRESS:YOUR_PROXY_PORT/" export https_proxy="http(s)://YOUR_PROXY_ADDRESS:YOUR_PROXY_PORT/" export CB_HTTP_PROXY="http://YOUR_PROXY_ADDRESS:YOUR_PROXY_PORT/" export CB_HTTPS_PROXY="http(s)://YOUR_PROXY_ADDRESS:YOUR_PROXY_PORT/" export CB_JAVA_OPTS="-Dhttp.proxyHost=YOUR_PROXY_ADDRESS -Dhttp.proxyPort=YOUR_PROXY_PORT -Dhttps.proxyHost=YOUR_PROXY_ADDRESS -Dhttps.proxyPort=YOUR_PROXY_PORT -Dhttp.nonProxyHosts=172.17.0.1|*.service.consul|*.node.dc1.consul"