question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Define interface for RGW

See original GitHub issue

My RGW nodes have multiple active interfaces, so is there a legitimate way in ceph-ansible to define interface which we want to use for RGW ?

group_vars/all radosgw_civetweb_bind_ip: "{{ ansible_default_ipv4.address }}" does not solve the purpose

Something similar to monitor_interface: interfacewould be useful

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
lesebcommented, Jun 10, 2016

If you know the IP address of the specific interface you could (at least for now) populate your inventory file with something like:

[rgws]
ceph-rgw-01 radosgw_civetweb_bind_ip: x.x.x.x
ceph-rgw-02 radosgw_civetweb_bind_ip: x.x.x.x
ceph-rgw-03 radosgw_civetweb_bind_ip: x.x.x.x

Ultimately we will need something similar to monitor_interface I agree.

0reactions
lesebcommented, Nov 16, 2016

I don’t think we will ever have a dedicated feature like monitor_interface, using /etc/ansible/hosts ansible inventory file is fine.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Handbook - Interfaces - TypeScript
In TypeScript, interfaces fill the role of naming these types, and are a powerful way of defining contracts within your code as well...
Read more >
TypeScript Interfaces - TutorialsTeacher
Learn about interface in TypeScript. TypeScript interface is defined with 'interface' keyword and can include one or more methods or property declarations.
Read more >
What Is an Interface?
In general, an interface is a device or a system that unrelated entities use to interact. According to this definition, a remote control...
Read more >
Defining an Interface - UPenn CIS
The interface body contains method declarations for the methods defined within the interface. Implementing Methods shows you how to write a method declaration. ......
Read more >
Working with Interface Definitions
The procedure and options for defining an interface vary according to the object and the network topology. Some properties and pages are not...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found