https://github.com/stephanfward/create-network-launch-openstack
https://github.com/stephanfward/create-network-launch-openstack
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stephanfward/create-network-launch-openstack
- Owner: StephanFWard
- Created: 2023-11-18T23:30:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-20T16:24:26.000Z (over 1 year ago)
- Last Synced: 2023-11-20T17:35:16.273Z (over 1 year ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenStack Android Environment Setup Script 🚀
This script automates the process of creating a network and launching an instance in OpenStack, preparing it for Android development and deployment for local testing.
## Prerequisites
- OpenStack command-line client (`openstack`) installed and configured
- Access to an OpenStack environment
- Necessary credentials: username, password, project name, etc.## Usage
1. **Clone the Repository:**
```bash
git clone https://github.com/StephanFWard/Create-Network-Launch-Openstack.git
Configure the Script:Open the script (create_network_and_launch_instance.sh) in a text editor and update the necessary parameters such as OpenStack credentials, network settings, and instance details.
Make the Script Executable:
chmod +x create_network_and_launch_instance.sh
Run the Script:
./create_network_and_launch_instance.sh
Follow the on-screen prompts and watch the magic happen! ✨Script Details
Network Creation:External network named "android_network"
Subnet with specified CIDR, gateway, and DNS settingsInstance Launch:
Instance named "android_instance"
Flavor: m1.small
Image: your_image_name
Key Pair: your_key_pairNotes
Customize the script according to your OpenStack environment and requirements.Ensure OpenStack credentials and network details are correctly provided.
Happy Android Development! 🤖🌐