Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
debuglevel
/
cloud-init
Public
forked from
canonical/cloud-init
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cloud-init
cloudinit
on
ubuntu/precise
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 10, 2012
cc_landscape.py: if /etc/landscape does not exist, then create it
Show description for 4d9722b
smoser
committed
4d9722b
View commit details
Copy full SHA for 4d9722b
View code at this point
Browse repository at this point
Commits on Apr 5, 2012
move the reading of the cmdline cloud-config url to cloud-init.py
Show description for 67fe091
smoser
committed
67fe091
View commit details
Copy full SHA for 67fe091
View code at this point
Browse repository at this point
fix issue found in real test
smoser
committed
166edf7
View commit details
Copy full SHA for 166edf7
View code at this point
Browse repository at this point
add reading of 'seedfrom' via DataSourceNoCloud's DataSourceConfig
Show description for e105bfb
smoser
committed
e105bfb
View commit details
Copy full SHA for e105bfb
View code at this point
Browse repository at this point
initial checkin of kernel commandline cloud-config url support
smoser
committed
7b2fc4e
View commit details
Copy full SHA for 7b2fc4e
View code at this point
Browse repository at this point
Commits on Mar 26, 2012
cc_chef: fix bug when validation_key was present, but validation_cert was not
Show description for d168dc6
smoser
committed
d168dc6
View commit details
Copy full SHA for d168dc6
View code at this point
Browse repository at this point
Commits on Mar 21, 2012
fix bad variable if blocking cc_resizefs
smoser
committed
ebb0642
View commit details
Copy full SHA for ebb0642
View code at this point
Browse repository at this point
allow cloud-config to control if resizefs is blocking or not
smoser
committed
a088694
View commit details
Copy full SHA for a088694
View code at this point
Browse repository at this point
cc_resizefs: run resizefs in the background during boot.
Show description for 6e1547d
smoser
committed
6e1547d
View commit details
Copy full SHA for 6e1547d
View code at this point
Browse repository at this point
Commits on Mar 19, 2012
DataSource: if public-keys is a string, split it on newline
Show description for aa6726e
smoser
committed
aa6726e
View commit details
Copy full SHA for aa6726e
View code at this point
Browse repository at this point
Commits on Mar 16, 2012
add supprot for reading public-keys from DataSourcMAAS
smoser
committed
6d8f796
View commit details
Copy full SHA for 6d8f796
View code at this point
Browse repository at this point
rename DataSourceMaaS to DataSourceMAAS, generally use MAAS everywhere
Show description for 3522b7b
smoser
committed
3522b7b
View commit details
Copy full SHA for 3522b7b
View code at this point
Browse repository at this point
Commits on Mar 12, 2012
Warn in user-data processing on non-multipart, non-handled data
Show description for eefca80
smoser
committed
eefca80
View commit details
Copy full SHA for eefca80
View code at this point
Browse repository at this point
fix pylint/pep8 issues in DataSourceCloudStack
smoser
committed
1826920
View commit details
Copy full SHA for 1826920
View code at this point
Browse repository at this point
import CloudStack data source [Cosmin Luta]
smoser
committed
6b8df95
View commit details
Copy full SHA for 6b8df95
View code at this point
Browse repository at this point
cloudinit/DataSourceCloudStack: updated copyright and author
Show description for 6a77364
smoser
committed
6a77364
View commit details
Copy full SHA for 6a77364
View code at this point
Browse repository at this point
Restrict warning to userdata without MIME wrapping only while still ignoring most types
bz2
committed
c1a006b
View commit details
Copy full SHA for c1a006b
View code at this point
Browse repository at this point
Commits on Mar 9, 2012
Renamed data source to CloudStack
lcosmin
committed
a52691e
View commit details
Copy full SHA for a52691e
View code at this point
Browse repository at this point
fix copyright and author on cloudinit/DataSourceMaaS.py
smoser
committed
462b3de
View commit details
Copy full SHA for 462b3de
View code at this point
Browse repository at this point
If the user has chosen to remove default ca-certs, prevent package upgrade
Show description for 0d4fedc
smoser
committed
0d4fedc
View commit details
Copy full SHA for 0d4fedc
View code at this point
Browse repository at this point
fix spelling error in apt pipeline filename
smoser
committed
bff1590
View commit details
Copy full SHA for bff1590
View code at this point
Browse repository at this point
add option apt_pipelining to cloud-config to address s3 mirrors (LP: #948461)
Show description for 1e588f0
smoser
committed
1e588f0
View commit details
Copy full SHA for 1e588f0
View code at this point
Browse repository at this point
Some cleanups before merge.
Show description for 210dfb8
smoser
committed
210dfb8
View commit details
Copy full SHA for 210dfb8
View code at this point
Browse repository at this point
Commits on Mar 8, 2012
Simplified proposed patch
Show description for 162762d
Ben Howard
committed
162762d
View commit details
Copy full SHA for 162762d
View code at this point
Browse repository at this point
DataSourceMaaS: some fixes found in testing
smoser
committed
e40c7c0
View commit details
Copy full SHA for e40c7c0
View code at this point
Browse repository at this point
Add DataSourceMaaS, a Data Source for Ubuntu Machine as a Service
Show description for db695dc
smoser
committed
db695dc
View commit details
Copy full SHA for db695dc
View code at this point
Browse repository at this point
remove debug statement
smoser
committed
0756ed0
View commit details
Copy full SHA for 0756ed0
View code at this point
Browse repository at this point
Put a warning in the log when userdata parts are not handled
bz2
committed
de31608
View commit details
Copy full SHA for de31608
View code at this point
Browse repository at this point
add MaaS datasource to default searched
smoser
committed
a0a5d2a
View commit details
Copy full SHA for a0a5d2a
View code at this point
Browse repository at this point
remove debug statement
smoser
committed
b11da90
View commit details
Copy full SHA for b11da90
View code at this point
Browse repository at this point
better 'main()', add and use version in api, do not require user-data
Show description for a352455
smoser
committed
a352455
View commit details
Copy full SHA for a352455
View code at this point
Browse repository at this point
Switch to using util.subp.
Mike Milner
committed
0334e55
View commit details
Copy full SHA for 0334e55
View code at this point
Browse repository at this point
Commits on Mar 7, 2012
Added ability of cloud-init to manage apt http pipelining
Show description for acf41ea
Ben Howard
committed
acf41ea
View commit details
Copy full SHA for acf41ea
View code at this point
Browse repository at this point
pylint/pep8 cleanup
smoser
committed
78d33bc
View commit details
Copy full SHA for 78d33bc
View code at this point
Browse repository at this point
DataSourceMaaS: add test code for the oauth path
Show description for 8e705c8
smoser
committed
8e705c8
View commit details
Copy full SHA for 8e705c8
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.