File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed
Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1616
1717runcmd :
1818 - bash /vagrant/vagrant/base.sh
19+ - sudo chmod a+rwx /mnt
1920 - python3.11 -m pip install -U pip
2021 - python3.11 -m pip install -r /vagrant/resources/requirements.txt
Original file line number Diff line number Diff line change 11# Check AMI_ID present or not as env variable if not then set
22AMI_ID () {
3- echo " ami-29ebb519 "
3+ echo " ami-5189a661 "
44}
55
66if [ -z " ${AMI_ID} " ]; then
Original file line number Diff line number Diff line change 99 "ssh_account" : " ubuntu" ,
1010 "linux_distro" : " ubuntu" ,
1111 "jdk_version" : " 8" ,
12- "jdk_arch" : " x64" ,
13- "enable_ena_driver_install" : " true"
12+ "jdk_arch" : " x64"
1413
1514 },
1615 "builders" : [{
3938 "volume_size" : 60 ,
4039 "volume_type" : " gp3" ,
4140 "delete_on_termination" : true
42- }],
43- "ena_support" : true
41+ }]
4442 }],
4543 "provisioners" : [
4644 {
Original file line number Diff line number Diff line change 6060 " sudo mkdir -p ~/.m2" ,
6161 " sudo chown -R {{user `ssh_account`}}:{{user `ssh_account`}} ~/.m2" ,
6262 " sudo chown -R {{user `ssh_account`}}:{{user `ssh_account`}} /vagrant" ,
63- " sudo ln -s /vagrant /opt/kafka"
63+ " sudo ln -s /vagrant /opt/kafka" ,
64+ " sudo mkdir -p /mnt" ,
65+ " sudo chmod a+rwx /mnt" ,
66+ " sudo chmod a+rw /opt"
6467 ]
6568 },
6669 {
You can’t perform that action at this time.
0 commit comments