Questions tagged [continuous-deployment]
13 questions
2
votes
0 answers
deployment fails with juju and Maas
I am trying to bootstrap a VM machine in order to deploy Openstack cloud and it hangs as below:
maasadmin@FGSUSSUMAAS01:~$ juju bootstrap stagingmaas
Creating Juju controller "stagingmaas" on stagingmaas
Looking for packaged Juju agent version 2.2.6…
Deepa KR
- 23
2
votes
1 answer
Software Deployment for Windows Computers?
I just installed Ubuntu 14.04 LTS on my workstation. I was given the task to deploy an .msi package to 12 computers and needs to be run silently.
I want to replace SCCM, PDQ Deploy and PDQ Inventory and these are all for Windows OS.
Is there any…
2
votes
1 answer
Ubuntu Server image with predefined user and ssh key for mass deployment
I need to deploy many systems with an ubuntu installation. I have an Ansible script that installs all the software I need, but before that I need to get ubuntu on these systems. So I want to create an image that automatically installs ubuntu with a…
Quint van Dijk
- 121
1
vote
1 answer
realtime syslog analytics deployment not working
@Galgalesh; I am trying these bundle ( https://jujucharms.com/realtime-syslog-analytics/ )from jujucharm.com not custom. I tried to deploy on AWS didnt work.
juju --version
1.25.6-xenial-amd64
root@ubuntu:~# juju-1 deploy…
Steve Pe
- 41
1
vote
0 answers
How to provision Using t2 micro vm @ AWS using Juju
Currently I provision vms at AWS using Juju deploy mysql and setup environment are medium size vms. How can I setup/run using t2 micro vms at AWS? What are commands? Here are what I used currently..
juju bootstrap -e juju03
juju deploy…
Steve Pe
- 41
1
vote
1 answer
Error deployment of project via deploy.sh script
I need help. I have script for deployment my project on Ruby.
#!/bin/sh
if [ $# -eq 0 ]; then
echo "Usage:"
echo " ./deploy.sh some_stage_name"
else
rvm use `cat .ruby-version`@`if [ -f .ruby-gemset ]; then cat .ruby-gemset; fi;` do…
James M
- 141
1
vote
1 answer
How can I configure Juju for deployment on OS X?
I am non-tech entrepreneur. I have developed a Rails app. I want to deploy it live. Can anyone guide me on how to use Ubuntu server + Juju on my laptop to deploy the app live on internet.
Swap
- 509
1
vote
1 answer
Continuous deployment with Juju charms
I am exploring the possibility to deploy our applications infrastructure using Juju.
My application are built using the Play Framework and run on the Java Virtual Machine. I envision the following setup:
Proxy server for SSL offloading (maybe…
EECOLOR
- 111
1
vote
1 answer
What does a "No such file or directory” mean and How do I correct the problem?
I read in Stack Exchange that the message I am getting, "No such file or directory” refers to not being in the directory where the file I need resides. The article suggested using “cd" to change the directory. I did and ran the “chmod +x first…
William Mayfield
- 11
- 1
- 1
- 2
0
votes
1 answer
cp: cannot stat '~./project_name/*': No such file or directory
Project is on the branch main. Deployment on branch gh-pages from path: ~./project_name/output at push to main.
System: ubuntu 20.04 to wsl2.
Which paths(parameters) should be specified for the cp -r command to avto-deploy to github pages?
From the…
Андрей
- 1
0
votes
0 answers
Update files before starting service
I'm running a home-grown dotnet core application on 18.04 LTS in an AWS load-balanced environment.
Right now, I have to expose SSH/SCP to a public IP to deploy application changes to each lb node in our CD environment, but it's kludgy at best, and…
Jeremy Holovacs
- 111
0
votes
2 answers
Getting Active: active (exited) status on code deploy agent aws
I installed CodeDeploy Agent on my Ubuntu server.
Output of sudo service codedeploy-agent status:
Loaded: loaded (/etc/init.d/codedeploy-agent; generated)
Active: active (exited) since Sat 2019-07-20 18:16:37 UTC; 4s ago
Docs:…
Mohit
- 287
0
votes
1 answer
As a programmer how can I write applications on Juju provisioned infrastructure?
I have been reading up on Juju 2.0 and done a few basic tutorials to install juju and deploy some charms on my local machine. I have also setup a MAAS server. What I want to do is write some applications on my localhost and deploy them to my MAAS…
Peter
- 103
- 5