This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/local/rvm/rubies/ruby-2.1.5/bin/ruby | |
# This needs to be run as ./script_name source/file/path | |
# I recommend using relative paths than absolute paths | |
require 'aws-sdk' # gem install aws-sdk | |
# Change these variables as per your environment | |
bucket_name = 'vikas-bucket' | |
sub_bucket_name = 'vikas/reachvikas.com' | |
myregion = 'us-west-1' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PBIS (PowerBroker Identity Service) throws some errors while installing v8.2.2 (latest as of 25 June 2015) rpm. | |
[root@centos7 ~]# cat /etc/redhat-release | |
CentOS Linux release 7.1.1503 (Core) | |
[root@centos7 ~]# ./pbis-open-8.2.2.2993.linux.x86_64.rpm.sh install (This is filtered output) | |
... | |
... | |
Error: /usr/bin/systemctl enable /etc/pbis/redhat/lwsmd.service returned 1 | |
Failed to issue method call: Unit /etc/pbis/redhat/lwsmd.service does not exist. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I got many errors while working on the Ansible Tower upgrade from v2.1.0 to v2.3.1. I faced many issues in this journey, so thought of documenting those here. | |
============== | |
ISSUES FIXED | |
============== | |
1) ./setup.sh script fails while trying to look for postgres user 'awx' | |
TASK: [postgres | determine if postgresql user exists] ************************ | |
fatal: [localhost] => error while evaluating conditional: pg_user_exists.stdout != '1' | |
2) Error while trying to upgrade supervisor |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
First of all this is not my work, I am just pasting my logs so that it would be useful for others. | |
Thank the guy here http://forums.macrumors.com/threads/how-to-create-el-capitan-os-x-bootable-dvd.1923894/page-2#post-22064565 | |
# In VM OSX 10.7, double click "Install OS X El Capitan.app.dmg" | |
# Now, you will have it mounted | |
192-168-181-137:~ vikas$ df -kgP | grep Capitan | |
/dev/disk1s2 5 5 0 98% /Volumes/Install OS X El Capitan | |
192-168-181-137:~ vikas$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash -eux | |
# This script fix an issue in https://github.com/Banno/packer-post-processor-vsphere-ova/issues/ | |
# name of my builder in packer.json is virtualbox-vsphere | |
dir='output-virtualbox-vsphere' | |
ova_file=`ls ${dir}/*.ova | awk -F"/" '{ print $2 }' | sed 's/.ova//'` | |
tar xvf ${dir}/${ova_file}.ova -C ${dir} | |
ovf_file=`ls ${dir}/*.ovf` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ PACKER_LOG=1 packer build -force bug_test.json | |
2016/03/06 15:24:04 [INFO] Packer version: 0.9.0 a643faae672ec8b8424352476d2b91b7a7f7b06e | |
2016/03/06 15:24:04 Packer Target OS/Arch: darwin amd64 | |
2016/03/06 15:24:04 Built with Go Version: go1.6 | |
2016/03/06 15:24:04 [DEBUG] Discovered plugin: vsphere-ova = /usr/local/bin/packer-post-processor-vsphere-ova | |
2016/03/06 15:24:04 Detected home directory from env var: /Users/vikas | |
2016/03/06 15:24:04 Using internal plugin for file | |
2016/03/06 15:24:04 Using internal plugin for openstack | |
2016/03/06 15:24:04 Using internal plugin for amazon-chroot | |
2016/03/06 15:24:04 Using internal plugin for vmware-vmx |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## https://github.com/mitchellh/packer/pull/3321 | |
# PACKER_LOG=1 packer build packer.json | |
2016/03/12 02:52:53 [INFO] Packer version: 0.9.1 dev 3efdcb45eeac7a3a7566296ba94e9ff642ea37de | |
2016/03/12 02:52:53 Packer Target OS/Arch: linux amd64 | |
2016/03/12 02:52:53 Built with Go Version: go1.6 | |
2016/03/12 02:52:53 Detected home directory from env var: /root | |
2016/03/12 02:52:53 Using internal plugin for null | |
2016/03/12 02:52:53 Using internal plugin for openstack | |
2016/03/12 02:52:53 Using internal plugin for amazon-chroot |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## https://github.com/nsidc/vagrant-vsphere/issues/182 | |
# vagrant up --debug | |
INFO global: Vagrant version: 1.8.1 | |
INFO global: Ruby version: 2.2.3 | |
INFO global: RubyGems version: 2.4.5.1 | |
INFO global: VAGRANT_OLD_ENV_MAIL="/var/spool/mail/root" | |
INFO global: VAGRANT_OLD_ENV_LANG="en_IN" | |
INFO global: VAGRANT_OLD_ENV_XDG_SESSION_ID="2" | |
INFO global: VAGRANT_OLD_ENV_SHELL="/bin/bash" | |
INFO global: VAGRANT_OLD_ENV_SSH_TTY="/dev/pts/0" |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2017/02/20 23:05:58 [INFO] Terraform version: 0.8.7 | |
2017/02/20 23:05:58 [INFO] CLI args: []string{"/usr/local/Cellar/terraform/0.8.7/bin/terraform", "apply", "-target=module.docker_repos"} | |
2017/02/20 23:05:58 [DEBUG] Detected home directory from env var: /Users/vikas | |
2017/02/20 23:05:58 [DEBUG] Detected home directory from env var: /Users/vikas | |
2017/02/20 23:05:58 [DEBUG] Attempting to open CLI config file: /Users/vikas/.terraformrc | |
2017/02/20 23:05:58 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. | |
2017/02/20 23:05:58 [DEBUG] Detected home directory from env var: /Users/vikas | |
2017/02/20 23:05:58 [DEBUG] vertex "module.ssh_key_pairs": static expanding | |
2017/02/20 23:05:58 [DEBUG] vertex "module.http_server": static expanding | |
ource |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2017/02/20 23:06:50 [INFO] Terraform version: 0.8.7 | |
2017/02/20 23:06:50 [INFO] CLI args: []string{"/usr/local/Cellar/terraform/0.8.7/bin/terraform", "apply", "-target=module.docker_repos"} | |
2017/02/20 23:06:50 [DEBUG] Detected home directory from env var: /Users/vikas | |
2017/02/20 23:06:50 [DEBUG] Detected home directory from env var: /Users/vikas | |
2017/02/20 23:06:50 [DEBUG] Attempting to open CLI config file: /Users/vikas/.terraformrc | |
2017/02/20 23:06:50 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. | |
2017/02/20 23:06:50 [DEBUG] Detected home directory from env var: /Users/vikas | |
2017/02/20 23:06:50 [DEBUG] vertex "module.docker_repos": static expanding | |
2017/02/20 23:06:50 [DEBUG] vertex "module.vpc": static expanding | |
phNodeConfigResource |
OlderNewer