https://github.com/oracle/oci-utils
Oracle Cloud Infrastructure utilities
https://github.com/oracle/oci-utils
oracle oracle-cloud oracle-cloud-infrastructure
Last synced: 5 days ago
JSON representation
Oracle Cloud Infrastructure utilities
- Host: GitHub
- URL: https://github.com/oracle/oci-utils
- Owner: oracle
- License: upl-1.0
- Created: 2019-03-20T20:34:01.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-02T17:55:37.000Z (5 months ago)
- Last Synced: 2025-02-14T17:58:08.303Z (7 days ago)
- Topics: oracle, oracle-cloud, oracle-cloud-infrastructure
- Language: Python
- Homepage: https://cloud.oracle.com/
- Size: 2.03 MB
- Stars: 48
- Watchers: 10
- Forks: 21
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# OCI Utilities
Instances created using Oracle-Provided Images based on Oracle Linux include a pre-installed set of utilities that are designed
to make it easier to work with Oracle Linux images.These utilities consist of a service component and related command line tools that can help with managing
- block volumes (attach, remove, and automatic discovery);
- secondary VNIC configuration;
- discovering the public IP address of an instance;
- retrieving instance metadata;
- sending notification messages.The following list summarizes the components that are included in the OCI utilities.
- `ocid` The service component of oci-utils. This normally runs as a daemon started via systemd. This service scans for changes in the iSCSI and VNIC device configurations and caches the OCI metadata and public IP address of the instance.
- `oci-growfs` Expands the root filesystem of the instance to its configured size.
- `oci-iscsi-config` Used to display and configure iSCSI devices attached to a compute instance.
- `oci-metadata` Displays metadata for the compute instance.
- `oci-network-config` Lists or configures virtual network interface cards (VNICs) attached to the Compute instance.
- `oci-network-inspector` Displays a detailed report for a given compartment or network.
- `oci-public-ip` Displays the public IP address of the current system in either human-readable or JSON format.
- `oci-notify` Sends a message to an OCI notification service.For usage details, see the [OCI Utilities section of the Oracle Cloud Infrastructure documentation](https://docs.oracle.com/en-us/iaas/Content/Compute/References/ociutilities.htm).
## Contributing
This project welcomes contributions from the community. Before submitting a pull request, please [review our contribution guide](./CONTRIBUTING.md)
## Security
Please consult the [security guide](./SECURITY.md) for our responsible security vulnerability disclosure process
## License
Copyright (c) 2019, 2024 Oracle and/or its affiliates.
Released under the Universal Permissive License v1.0 as shown at
.