메인 콘텐츠로 이동
  • 빠르고 간편하게 주문
  • 주문 보기 및 배송 상태 추적
  • 제품 목록을 생성 및 액세스
  • 회사 관리를 사용하여 Dell EMC 사이트, 제품 및 제품 수준 연락처를 관리하십시오.

Using Juju with LXC Containers on a single machine in Ubuntu 14.04 LTS

요약: Juju is orchestration software from Canonical used to easily and quickly deploy and manage cloud services.

이 문서는 자동으로 번역되었을 수 있습니다. 번역 품질에 대한 의견이 있는 경우 페이지 하단의 양식을 사용해 알려 주시기 바랍니다.

문서 콘텐츠


증상

Written by Kent Baxley, Canonical Field Engineer

Introduction

Juju is orchestration software from Canonical used to easily and quickly deploy and manage cloud services. For example, say you want to deploy a blog web site using the open source Wordpress application. This can be done in 3 easy steps with Juju:

1. Deploy the Wordpress Juju charm
2. This charm requires a database backend, deploy the MySQL Juju charm.
3. Associate both charms together.

This process illustrates the simplicity involved in deploying a new application in a matter of minutes. In addition, you can easily scale up or down in one simple step by adding or removing charm units.

Juju's This hyperlink is taking you to a website outside of Dell Technologies. primary intent is to work either with various cloud providers or on bare metal in a MAAS This hyperlink is taking you to a website outside of Dell Technologies. environment.  However, Juju can be configured to run on a single machine via the Local Provider.

The Local Provider furnishes a way to use Juju to deploy services in Linux Containers (LXC) This hyperlink is taking you to a website outside of Dell Technologies. on your local machine instead of on a cloud or several bare metal systems.

What are some of the reasons for using the Local Provider?

  • The Local Provider can be used as a test bed for users to experiment with Juju without having to spend money on hardware or cloud providers.
  • It gives users a way to simulate a "production-like" cloud environment.  The user leverages cloud-images just like they would on a public cloud such as AWS, Azure, or Joyent.
  • This helps speed up the process of evaluating or developing charms and charm bundles.
  • A charm can be written in a local environment and be deployed straight to a cloud environment with little to no modifications.
  • A user wishes to do demonstrations of juju on a portable device such as a laptop.
  • A user many want to deploy several services on a single-server system. 

Configuring the Environment

This document will focus on using Ubuntu 14.04 LTS for the local Juju environment. The first thing to be done is connect the Ubuntu system to the Juju stable PPA.  This will provide the latest, stable versions of Juju.

To download the entire PDF, click Ubuntu document Using Juju with LXC Containers on a Single Machine in Ubuntu 14.04 LTS This hyperlink is taking you to a website outside of Dell Technologies.

원인

Not required

해결

See above

문서 속성


마지막 게시 날짜

28 9월 2023

버전

4

문서 유형

Solution