Skip to content

Commit

Permalink
Merge pull request #30 from sulochan/fixes
Browse files Browse the repository at this point in the history
Fix blog posts listing
  • Loading branch information
the2hill authored Nov 25, 2024
2 parents 8963dfe + 7808d6f commit 2fef769
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/blog/posts/2024-11-12-running-datadog-on-flex.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ categories:

# Running datadog on Openstack-Flex

![alt text](assets/images/2024-11-12/dd_logo_v_white.png){ align=left }

As a user we need the ability to monitor servers deployed within a project. This is where datadog comes in. With monitoring services able to automatically register nodes, provide system level metrics, and allow users to create dashboards and alerts.

<!-- more -->

![alt text](assets/images/2024-11-12/dd_logo_v_white.png){ align=left }

### Creating our Openstack-Flex Server

First we are going to create our Flex router.
Expand Down
4 changes: 3 additions & 1 deletion docs/blog/posts/2024-11-13-using-ansible-on-flex-cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@ categories:
- openstack
---
# Using ansible to manage instances on flex cloud
<!-- more -->

In this blog post we will discuss how we can use ansible to manage instances running on a flex cloud. It is important to note that
while it is possible to create resources on an openstack cloud using ansible itself but the main aim of this blog post is to discuss
how we can manage existing instances running within a project with ansible. The examples provided in this blog post are for instances
running ubuntu 20.04 LTS as the base OS; these instructions can be adapted to accomodate any other OS as well

<!-- more -->

The blog post assumes that the the node from where we are running the openstack and ansible commands has network access to the flex cloud
and the credentions for a valid user in the flex cloud are sourced and ansible is installed on the node from where the ansible playbooks and adhoc
commands will run. The [bootstrap script](https://docs.rackspacecloud.com/genestack-getting-started/) in the install guide creates the venv with the
Expand Down

0 comments on commit 2fef769

Please sign in to comment.