oc_adm_manage_node.py 58 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692
  1. #!/usr/bin/env python
  2. # pylint: disable=missing-docstring
  3. # flake8: noqa: T001
  4. # ___ ___ _ _ ___ ___ _ _____ ___ ___
  5. # / __| __| \| | __| _ \ /_\_ _| __| \
  6. # | (_ | _|| .` | _|| / / _ \| | | _|| |) |
  7. # \___|___|_|\_|___|_|_\/_/_\_\_|_|___|___/_ _____
  8. # | \ / _ \ | \| |/ _ \_ _| | __| \_ _|_ _|
  9. # | |) | (_) | | .` | (_) || | | _|| |) | | | |
  10. # |___/ \___/ |_|\_|\___/ |_| |___|___/___| |_|
  11. #
  12. # Copyright 2016 Red Hat, Inc. and/or its affiliates
  13. # and other contributors as indicated by the @author tags.
  14. #
  15. # Licensed under the Apache License, Version 2.0 (the "License");
  16. # you may not use this file except in compliance with the License.
  17. # You may obtain a copy of the License at
  18. #
  19. # http://www.apache.org/licenses/LICENSE-2.0
  20. #
  21. # Unless required by applicable law or agreed to in writing, software
  22. # distributed under the License is distributed on an "AS IS" BASIS,
  23. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  24. # See the License for the specific language governing permissions and
  25. # limitations under the License.
  26. #
  27. # -*- -*- -*- Begin included fragment: lib/import.py -*- -*- -*-
  28. '''
  29. OpenShiftCLI class that wraps the oc commands in a subprocess
  30. '''
  31. # pylint: disable=too-many-lines
  32. from __future__ import print_function
  33. import atexit
  34. import copy
  35. import fcntl
  36. import json
  37. import os
  38. import re
  39. import shutil
  40. import subprocess
  41. import tempfile
  42. # pylint: disable=import-error
  43. try:
  44. import ruamel.yaml as yaml
  45. except ImportError:
  46. import yaml
  47. from ansible.module_utils.basic import AnsibleModule
  48. # -*- -*- -*- End included fragment: lib/import.py -*- -*- -*-
  49. # -*- -*- -*- Begin included fragment: doc/manage_node -*- -*- -*-
  50. DOCUMENTATION = '''
  51. ---
  52. module: oc_adm_manage_node
  53. short_description: Module to manage openshift nodes
  54. description:
  55. - Manage openshift nodes programmatically.
  56. options:
  57. kubeconfig:
  58. description:
  59. - The path for the kubeconfig file to use for authentication
  60. required: false
  61. default: /etc/origin/master/admin.kubeconfig
  62. aliases: []
  63. debug:
  64. description:
  65. - Turn on debug output.
  66. required: false
  67. default: False
  68. aliases: []
  69. node:
  70. description:
  71. - A list of the nodes being managed
  72. required: false
  73. default: None
  74. aliases: []
  75. selector:
  76. description:
  77. - The selector when filtering on node labels
  78. required: false
  79. default: None
  80. aliases: []
  81. pod_selector:
  82. description:
  83. - A selector when filtering on pod labels.
  84. required: false
  85. default: None
  86. aliases: []
  87. evacuate:
  88. description:
  89. - Remove all pods from a node.
  90. required: false
  91. default: False
  92. aliases: []
  93. schedulable:
  94. description:
  95. - whether or not openshift can schedule pods on this node
  96. required: False
  97. default: None
  98. aliases: []
  99. dry_run:
  100. description:
  101. - This shows the pods that would be migrated if evacuate were called
  102. required: False
  103. default: False
  104. aliases: []
  105. grace_period:
  106. description:
  107. - Grace period (seconds) for pods being deleted.
  108. required: false
  109. default: None
  110. aliases: []
  111. force:
  112. description:
  113. - Whether or not to attempt to force this action in openshift
  114. required: false
  115. default: None
  116. aliases: []
  117. author:
  118. - "Kenny Woodson <kwoodson@redhat.com>"
  119. extends_documentation_fragment: []
  120. '''
  121. EXAMPLES = '''
  122. - name: oadm manage-node --schedulable=true --selector=ops_node=new
  123. oc_adm_manage_node:
  124. selector: ops_node=new
  125. schedulable: True
  126. register: schedout
  127. - name: oadm manage-node my-k8s-node-5 --evacuate
  128. oc_adm_manage_node:
  129. node: my-k8s-node-5
  130. evacuate: True
  131. force: True
  132. '''
  133. # -*- -*- -*- End included fragment: doc/manage_node -*- -*- -*-
  134. # -*- -*- -*- Begin included fragment: ../../lib_utils/src/class/yedit.py -*- -*- -*-
  135. class YeditException(Exception): # pragma: no cover
  136. ''' Exception class for Yedit '''
  137. pass
  138. # pylint: disable=too-many-public-methods
  139. class Yedit(object): # pragma: no cover
  140. ''' Class to modify yaml files '''
  141. re_valid_key = r"(((\[-?\d+\])|([0-9a-zA-Z%s/_-]+)).?)+$"
  142. re_key = r"(?:\[(-?\d+)\])|([0-9a-zA-Z{}/_-]+)"
  143. com_sep = set(['.', '#', '|', ':'])
  144. # pylint: disable=too-many-arguments
  145. def __init__(self,
  146. filename=None,
  147. content=None,
  148. content_type='yaml',
  149. separator='.',
  150. backup=False):
  151. self.content = content
  152. self._separator = separator
  153. self.filename = filename
  154. self.__yaml_dict = content
  155. self.content_type = content_type
  156. self.backup = backup
  157. self.load(content_type=self.content_type)
  158. if self.__yaml_dict is None:
  159. self.__yaml_dict = {}
  160. @property
  161. def separator(self):
  162. ''' getter method for separator '''
  163. return self._separator
  164. @separator.setter
  165. def separator(self, inc_sep):
  166. ''' setter method for separator '''
  167. self._separator = inc_sep
  168. @property
  169. def yaml_dict(self):
  170. ''' getter method for yaml_dict '''
  171. return self.__yaml_dict
  172. @yaml_dict.setter
  173. def yaml_dict(self, value):
  174. ''' setter method for yaml_dict '''
  175. self.__yaml_dict = value
  176. @staticmethod
  177. def parse_key(key, sep='.'):
  178. '''parse the key allowing the appropriate separator'''
  179. common_separators = list(Yedit.com_sep - set([sep]))
  180. return re.findall(Yedit.re_key.format(''.join(common_separators)), key)
  181. @staticmethod
  182. def valid_key(key, sep='.'):
  183. '''validate the incoming key'''
  184. common_separators = list(Yedit.com_sep - set([sep]))
  185. if not re.match(Yedit.re_valid_key.format(''.join(common_separators)), key):
  186. return False
  187. return True
  188. @staticmethod
  189. def remove_entry(data, key, sep='.'):
  190. ''' remove data at location key '''
  191. if key == '' and isinstance(data, dict):
  192. data.clear()
  193. return True
  194. elif key == '' and isinstance(data, list):
  195. del data[:]
  196. return True
  197. if not (key and Yedit.valid_key(key, sep)) and \
  198. isinstance(data, (list, dict)):
  199. return None
  200. key_indexes = Yedit.parse_key(key, sep)
  201. for arr_ind, dict_key in key_indexes[:-1]:
  202. if dict_key and isinstance(data, dict):
  203. data = data.get(dict_key)
  204. elif (arr_ind and isinstance(data, list) and
  205. int(arr_ind) <= len(data) - 1):
  206. data = data[int(arr_ind)]
  207. else:
  208. return None
  209. # process last index for remove
  210. # expected list entry
  211. if key_indexes[-1][0]:
  212. if isinstance(data, list) and int(key_indexes[-1][0]) <= len(data) - 1: # noqa: E501
  213. del data[int(key_indexes[-1][0])]
  214. return True
  215. # expected dict entry
  216. elif key_indexes[-1][1]:
  217. if isinstance(data, dict):
  218. del data[key_indexes[-1][1]]
  219. return True
  220. @staticmethod
  221. def add_entry(data, key, item=None, sep='.'):
  222. ''' Get an item from a dictionary with key notation a.b.c
  223. d = {'a': {'b': 'c'}}}
  224. key = a#b
  225. return c
  226. '''
  227. if key == '':
  228. pass
  229. elif (not (key and Yedit.valid_key(key, sep)) and
  230. isinstance(data, (list, dict))):
  231. return None
  232. key_indexes = Yedit.parse_key(key, sep)
  233. for arr_ind, dict_key in key_indexes[:-1]:
  234. if dict_key:
  235. if isinstance(data, dict) and dict_key in data and data[dict_key]: # noqa: E501
  236. data = data[dict_key]
  237. continue
  238. elif data and not isinstance(data, dict):
  239. raise YeditException("Unexpected item type found while going through key " +
  240. "path: {} (at key: {})".format(key, dict_key))
  241. data[dict_key] = {}
  242. data = data[dict_key]
  243. elif (arr_ind and isinstance(data, list) and
  244. int(arr_ind) <= len(data) - 1):
  245. data = data[int(arr_ind)]
  246. else:
  247. raise YeditException("Unexpected item type found while going through key path: {}".format(key))
  248. if key == '':
  249. data = item
  250. # process last index for add
  251. # expected list entry
  252. elif key_indexes[-1][0] and isinstance(data, list) and int(key_indexes[-1][0]) <= len(data) - 1: # noqa: E501
  253. data[int(key_indexes[-1][0])] = item
  254. # expected dict entry
  255. elif key_indexes[-1][1] and isinstance(data, dict):
  256. data[key_indexes[-1][1]] = item
  257. # didn't add/update to an existing list, nor add/update key to a dict
  258. # so we must have been provided some syntax like a.b.c[<int>] = "data" for a
  259. # non-existent array
  260. else:
  261. raise YeditException("Error adding to object at path: {}".format(key))
  262. return data
  263. @staticmethod
  264. def get_entry(data, key, sep='.'):
  265. ''' Get an item from a dictionary with key notation a.b.c
  266. d = {'a': {'b': 'c'}}}
  267. key = a.b
  268. return c
  269. '''
  270. if key == '':
  271. pass
  272. elif (not (key and Yedit.valid_key(key, sep)) and
  273. isinstance(data, (list, dict))):
  274. return None
  275. key_indexes = Yedit.parse_key(key, sep)
  276. for arr_ind, dict_key in key_indexes:
  277. if dict_key and isinstance(data, dict):
  278. data = data.get(dict_key)
  279. elif (arr_ind and isinstance(data, list) and
  280. int(arr_ind) <= len(data) - 1):
  281. data = data[int(arr_ind)]
  282. else:
  283. return None
  284. return data
  285. @staticmethod
  286. def _write(filename, contents):
  287. ''' Actually write the file contents to disk. This helps with mocking. '''
  288. tmp_filename = filename + '.yedit'
  289. with open(tmp_filename, 'w') as yfd:
  290. fcntl.flock(yfd, fcntl.LOCK_EX | fcntl.LOCK_NB)
  291. yfd.write(contents)
  292. fcntl.flock(yfd, fcntl.LOCK_UN)
  293. os.rename(tmp_filename, filename)
  294. def write(self):
  295. ''' write to file '''
  296. if not self.filename:
  297. raise YeditException('Please specify a filename.')
  298. if self.backup and self.file_exists():
  299. shutil.copy(self.filename, self.filename + '.orig')
  300. # Try to set format attributes if supported
  301. try:
  302. self.yaml_dict.fa.set_block_style()
  303. except AttributeError:
  304. pass
  305. # Try to use RoundTripDumper if supported.
  306. if self.content_type == 'yaml':
  307. try:
  308. Yedit._write(self.filename, yaml.dump(self.yaml_dict, Dumper=yaml.RoundTripDumper))
  309. except AttributeError:
  310. Yedit._write(self.filename, yaml.safe_dump(self.yaml_dict, default_flow_style=False))
  311. elif self.content_type == 'json':
  312. Yedit._write(self.filename, json.dumps(self.yaml_dict, indent=4, sort_keys=True))
  313. else:
  314. raise YeditException('Unsupported content_type: {}.'.format(self.content_type) +
  315. 'Please specify a content_type of yaml or json.')
  316. return (True, self.yaml_dict)
  317. def read(self):
  318. ''' read from file '''
  319. # check if it exists
  320. if self.filename is None or not self.file_exists():
  321. return None
  322. contents = None
  323. with open(self.filename) as yfd:
  324. contents = yfd.read()
  325. return contents
  326. def file_exists(self):
  327. ''' return whether file exists '''
  328. if os.path.exists(self.filename):
  329. return True
  330. return False
  331. def load(self, content_type='yaml'):
  332. ''' return yaml file '''
  333. contents = self.read()
  334. if not contents and not self.content:
  335. return None
  336. if self.content:
  337. if isinstance(self.content, dict):
  338. self.yaml_dict = self.content
  339. return self.yaml_dict
  340. elif isinstance(self.content, str):
  341. contents = self.content
  342. # check if it is yaml
  343. try:
  344. if content_type == 'yaml' and contents:
  345. # Try to set format attributes if supported
  346. try:
  347. self.yaml_dict.fa.set_block_style()
  348. except AttributeError:
  349. pass
  350. # Try to use RoundTripLoader if supported.
  351. try:
  352. self.yaml_dict = yaml.load(contents, yaml.RoundTripLoader)
  353. except AttributeError:
  354. self.yaml_dict = yaml.safe_load(contents)
  355. # Try to set format attributes if supported
  356. try:
  357. self.yaml_dict.fa.set_block_style()
  358. except AttributeError:
  359. pass
  360. elif content_type == 'json' and contents:
  361. self.yaml_dict = json.loads(contents)
  362. except yaml.YAMLError as err:
  363. # Error loading yaml or json
  364. raise YeditException('Problem with loading yaml file. {}'.format(err))
  365. return self.yaml_dict
  366. def get(self, key):
  367. ''' get a specified key'''
  368. try:
  369. entry = Yedit.get_entry(self.yaml_dict, key, self.separator)
  370. except KeyError:
  371. entry = None
  372. return entry
  373. def pop(self, path, key_or_item):
  374. ''' remove a key, value pair from a dict or an item for a list'''
  375. try:
  376. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  377. except KeyError:
  378. entry = None
  379. if entry is None:
  380. return (False, self.yaml_dict)
  381. if isinstance(entry, dict):
  382. # AUDIT:maybe-no-member makes sense due to fuzzy types
  383. # pylint: disable=maybe-no-member
  384. if key_or_item in entry:
  385. entry.pop(key_or_item)
  386. return (True, self.yaml_dict)
  387. return (False, self.yaml_dict)
  388. elif isinstance(entry, list):
  389. # AUDIT:maybe-no-member makes sense due to fuzzy types
  390. # pylint: disable=maybe-no-member
  391. ind = None
  392. try:
  393. ind = entry.index(key_or_item)
  394. except ValueError:
  395. return (False, self.yaml_dict)
  396. entry.pop(ind)
  397. return (True, self.yaml_dict)
  398. return (False, self.yaml_dict)
  399. def delete(self, path):
  400. ''' remove path from a dict'''
  401. try:
  402. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  403. except KeyError:
  404. entry = None
  405. if entry is None:
  406. return (False, self.yaml_dict)
  407. result = Yedit.remove_entry(self.yaml_dict, path, self.separator)
  408. if not result:
  409. return (False, self.yaml_dict)
  410. return (True, self.yaml_dict)
  411. def exists(self, path, value):
  412. ''' check if value exists at path'''
  413. try:
  414. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  415. except KeyError:
  416. entry = None
  417. if isinstance(entry, list):
  418. if value in entry:
  419. return True
  420. return False
  421. elif isinstance(entry, dict):
  422. if isinstance(value, dict):
  423. rval = False
  424. for key, val in value.items():
  425. if entry[key] != val:
  426. rval = False
  427. break
  428. else:
  429. rval = True
  430. return rval
  431. return value in entry
  432. return entry == value
  433. def append(self, path, value):
  434. '''append value to a list'''
  435. try:
  436. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  437. except KeyError:
  438. entry = None
  439. if entry is None:
  440. self.put(path, [])
  441. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  442. if not isinstance(entry, list):
  443. return (False, self.yaml_dict)
  444. # AUDIT:maybe-no-member makes sense due to loading data from
  445. # a serialized format.
  446. # pylint: disable=maybe-no-member
  447. entry.append(value)
  448. return (True, self.yaml_dict)
  449. # pylint: disable=too-many-arguments
  450. def update(self, path, value, index=None, curr_value=None):
  451. ''' put path, value into a dict '''
  452. try:
  453. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  454. except KeyError:
  455. entry = None
  456. if isinstance(entry, dict):
  457. # AUDIT:maybe-no-member makes sense due to fuzzy types
  458. # pylint: disable=maybe-no-member
  459. if not isinstance(value, dict):
  460. raise YeditException('Cannot replace key, value entry in dict with non-dict type. ' +
  461. 'value=[{}] type=[{}]'.format(value, type(value)))
  462. entry.update(value)
  463. return (True, self.yaml_dict)
  464. elif isinstance(entry, list):
  465. # AUDIT:maybe-no-member makes sense due to fuzzy types
  466. # pylint: disable=maybe-no-member
  467. ind = None
  468. if curr_value:
  469. try:
  470. ind = entry.index(curr_value)
  471. except ValueError:
  472. return (False, self.yaml_dict)
  473. elif index is not None:
  474. ind = index
  475. if ind is not None and entry[ind] != value:
  476. entry[ind] = value
  477. return (True, self.yaml_dict)
  478. # see if it exists in the list
  479. try:
  480. ind = entry.index(value)
  481. except ValueError:
  482. # doesn't exist, append it
  483. entry.append(value)
  484. return (True, self.yaml_dict)
  485. # already exists, return
  486. if ind is not None:
  487. return (False, self.yaml_dict)
  488. return (False, self.yaml_dict)
  489. def put(self, path, value):
  490. ''' put path, value into a dict '''
  491. try:
  492. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  493. except KeyError:
  494. entry = None
  495. if entry == value:
  496. return (False, self.yaml_dict)
  497. # deepcopy didn't work
  498. # Try to use ruamel.yaml and fallback to pyyaml
  499. try:
  500. tmp_copy = yaml.load(yaml.round_trip_dump(self.yaml_dict,
  501. default_flow_style=False),
  502. yaml.RoundTripLoader)
  503. except AttributeError:
  504. tmp_copy = copy.deepcopy(self.yaml_dict)
  505. # set the format attributes if available
  506. try:
  507. tmp_copy.fa.set_block_style()
  508. except AttributeError:
  509. pass
  510. result = Yedit.add_entry(tmp_copy, path, value, self.separator)
  511. if result is None:
  512. return (False, self.yaml_dict)
  513. # When path equals "" it is a special case.
  514. # "" refers to the root of the document
  515. # Only update the root path (entire document) when its a list or dict
  516. if path == '':
  517. if isinstance(result, list) or isinstance(result, dict):
  518. self.yaml_dict = result
  519. return (True, self.yaml_dict)
  520. return (False, self.yaml_dict)
  521. self.yaml_dict = tmp_copy
  522. return (True, self.yaml_dict)
  523. def create(self, path, value):
  524. ''' create a yaml file '''
  525. if not self.file_exists():
  526. # deepcopy didn't work
  527. # Try to use ruamel.yaml and fallback to pyyaml
  528. try:
  529. tmp_copy = yaml.load(yaml.round_trip_dump(self.yaml_dict,
  530. default_flow_style=False),
  531. yaml.RoundTripLoader)
  532. except AttributeError:
  533. tmp_copy = copy.deepcopy(self.yaml_dict)
  534. # set the format attributes if available
  535. try:
  536. tmp_copy.fa.set_block_style()
  537. except AttributeError:
  538. pass
  539. result = Yedit.add_entry(tmp_copy, path, value, self.separator)
  540. if result is not None:
  541. self.yaml_dict = tmp_copy
  542. return (True, self.yaml_dict)
  543. return (False, self.yaml_dict)
  544. @staticmethod
  545. def get_curr_value(invalue, val_type):
  546. '''return the current value'''
  547. if invalue is None:
  548. return None
  549. curr_value = invalue
  550. if val_type == 'yaml':
  551. try:
  552. # AUDIT:maybe-no-member makes sense due to different yaml libraries
  553. # pylint: disable=maybe-no-member
  554. curr_value = yaml.safe_load(invalue, Loader=yaml.RoundTripLoader)
  555. except AttributeError:
  556. curr_value = yaml.safe_load(invalue)
  557. elif val_type == 'json':
  558. curr_value = json.loads(invalue)
  559. return curr_value
  560. @staticmethod
  561. def parse_value(inc_value, vtype=''):
  562. '''determine value type passed'''
  563. true_bools = ['y', 'Y', 'yes', 'Yes', 'YES', 'true', 'True', 'TRUE',
  564. 'on', 'On', 'ON', ]
  565. false_bools = ['n', 'N', 'no', 'No', 'NO', 'false', 'False', 'FALSE',
  566. 'off', 'Off', 'OFF']
  567. # It came in as a string but you didn't specify value_type as string
  568. # we will convert to bool if it matches any of the above cases
  569. if isinstance(inc_value, str) and 'bool' in vtype:
  570. if inc_value not in true_bools and inc_value not in false_bools:
  571. raise YeditException('Not a boolean type. str=[{}] vtype=[{}]'.format(inc_value, vtype))
  572. elif isinstance(inc_value, bool) and 'str' in vtype:
  573. inc_value = str(inc_value)
  574. # There is a special case where '' will turn into None after yaml loading it so skip
  575. if isinstance(inc_value, str) and inc_value == '':
  576. pass
  577. # If vtype is not str then go ahead and attempt to yaml load it.
  578. elif isinstance(inc_value, str) and 'str' not in vtype:
  579. try:
  580. inc_value = yaml.safe_load(inc_value)
  581. except Exception:
  582. raise YeditException('Could not determine type of incoming value. ' +
  583. 'value=[{}] vtype=[{}]'.format(type(inc_value), vtype))
  584. return inc_value
  585. @staticmethod
  586. def process_edits(edits, yamlfile):
  587. '''run through a list of edits and process them one-by-one'''
  588. results = []
  589. for edit in edits:
  590. value = Yedit.parse_value(edit['value'], edit.get('value_type', ''))
  591. if edit.get('action') == 'update':
  592. # pylint: disable=line-too-long
  593. curr_value = Yedit.get_curr_value(
  594. Yedit.parse_value(edit.get('curr_value')),
  595. edit.get('curr_value_format'))
  596. rval = yamlfile.update(edit['key'],
  597. value,
  598. edit.get('index'),
  599. curr_value)
  600. elif edit.get('action') == 'append':
  601. rval = yamlfile.append(edit['key'], value)
  602. else:
  603. rval = yamlfile.put(edit['key'], value)
  604. if rval[0]:
  605. results.append({'key': edit['key'], 'edit': rval[1]})
  606. return {'changed': len(results) > 0, 'results': results}
  607. # pylint: disable=too-many-return-statements,too-many-branches
  608. @staticmethod
  609. def run_ansible(params):
  610. '''perform the idempotent crud operations'''
  611. yamlfile = Yedit(filename=params['src'],
  612. backup=params['backup'],
  613. content_type=params['content_type'],
  614. separator=params['separator'])
  615. state = params['state']
  616. if params['src']:
  617. rval = yamlfile.load()
  618. if yamlfile.yaml_dict is None and state != 'present':
  619. return {'failed': True,
  620. 'msg': 'Error opening file [{}]. Verify that the '.format(params['src']) +
  621. 'file exists, that it is has correct permissions, and is valid yaml.'}
  622. if state == 'list':
  623. if params['content']:
  624. content = Yedit.parse_value(params['content'], params['content_type'])
  625. yamlfile.yaml_dict = content
  626. if params['key']:
  627. rval = yamlfile.get(params['key'])
  628. return {'changed': False, 'result': rval, 'state': state}
  629. elif state == 'absent':
  630. if params['content']:
  631. content = Yedit.parse_value(params['content'], params['content_type'])
  632. yamlfile.yaml_dict = content
  633. if params['update']:
  634. rval = yamlfile.pop(params['key'], params['value'])
  635. else:
  636. rval = yamlfile.delete(params['key'])
  637. if rval[0] and params['src']:
  638. yamlfile.write()
  639. return {'changed': rval[0], 'result': rval[1], 'state': state}
  640. elif state == 'present':
  641. # check if content is different than what is in the file
  642. if params['content']:
  643. content = Yedit.parse_value(params['content'], params['content_type'])
  644. # We had no edits to make and the contents are the same
  645. if yamlfile.yaml_dict == content and \
  646. params['value'] is None:
  647. return {'changed': False, 'result': yamlfile.yaml_dict, 'state': state}
  648. yamlfile.yaml_dict = content
  649. # If we were passed a key, value then
  650. # we enapsulate it in a list and process it
  651. # Key, Value passed to the module : Converted to Edits list #
  652. edits = []
  653. _edit = {}
  654. if params['value'] is not None:
  655. _edit['value'] = params['value']
  656. _edit['value_type'] = params['value_type']
  657. _edit['key'] = params['key']
  658. if params['update']:
  659. _edit['action'] = 'update'
  660. _edit['curr_value'] = params['curr_value']
  661. _edit['curr_value_format'] = params['curr_value_format']
  662. _edit['index'] = params['index']
  663. elif params['append']:
  664. _edit['action'] = 'append'
  665. edits.append(_edit)
  666. elif params['edits'] is not None:
  667. edits = params['edits']
  668. if edits:
  669. results = Yedit.process_edits(edits, yamlfile)
  670. # if there were changes and a src provided to us we need to write
  671. if results['changed'] and params['src']:
  672. yamlfile.write()
  673. return {'changed': results['changed'], 'result': results['results'], 'state': state}
  674. # no edits to make
  675. if params['src']:
  676. # pylint: disable=redefined-variable-type
  677. rval = yamlfile.write()
  678. return {'changed': rval[0],
  679. 'result': rval[1],
  680. 'state': state}
  681. # We were passed content but no src, key or value, or edits. Return contents in memory
  682. return {'changed': False, 'result': yamlfile.yaml_dict, 'state': state}
  683. return {'failed': True, 'msg': 'Unkown state passed'}
  684. # -*- -*- -*- End included fragment: ../../lib_utils/src/class/yedit.py -*- -*- -*-
  685. # -*- -*- -*- Begin included fragment: lib/base.py -*- -*- -*-
  686. # pylint: disable=too-many-lines
  687. # noqa: E301,E302,E303,T001
  688. class OpenShiftCLIError(Exception):
  689. '''Exception class for openshiftcli'''
  690. pass
  691. ADDITIONAL_PATH_LOOKUPS = ['/usr/local/bin', os.path.expanduser('~/bin')]
  692. def locate_oc_binary():
  693. ''' Find and return oc binary file '''
  694. # https://github.com/openshift/openshift-ansible/issues/3410
  695. # oc can be in /usr/local/bin in some cases, but that may not
  696. # be in $PATH due to ansible/sudo
  697. paths = os.environ.get("PATH", os.defpath).split(os.pathsep) + ADDITIONAL_PATH_LOOKUPS
  698. oc_binary = 'oc'
  699. # Use shutil.which if it is available, otherwise fallback to a naive path search
  700. try:
  701. which_result = shutil.which(oc_binary, path=os.pathsep.join(paths))
  702. if which_result is not None:
  703. oc_binary = which_result
  704. except AttributeError:
  705. for path in paths:
  706. if os.path.exists(os.path.join(path, oc_binary)):
  707. oc_binary = os.path.join(path, oc_binary)
  708. break
  709. return oc_binary
  710. # pylint: disable=too-few-public-methods
  711. class OpenShiftCLI(object):
  712. ''' Class to wrap the command line tools '''
  713. def __init__(self,
  714. namespace,
  715. kubeconfig='/etc/origin/master/admin.kubeconfig',
  716. verbose=False,
  717. all_namespaces=False):
  718. ''' Constructor for OpenshiftCLI '''
  719. self.namespace = namespace
  720. self.verbose = verbose
  721. self.kubeconfig = Utils.create_tmpfile_copy(kubeconfig)
  722. self.all_namespaces = all_namespaces
  723. self.oc_binary = locate_oc_binary()
  724. # Pylint allows only 5 arguments to be passed.
  725. # pylint: disable=too-many-arguments
  726. def _replace_content(self, resource, rname, content, force=False, sep='.'):
  727. ''' replace the current object with the content '''
  728. res = self._get(resource, rname)
  729. if not res['results']:
  730. return res
  731. fname = Utils.create_tmpfile(rname + '-')
  732. yed = Yedit(fname, res['results'][0], separator=sep)
  733. changes = []
  734. for key, value in content.items():
  735. changes.append(yed.put(key, value))
  736. if any([change[0] for change in changes]):
  737. yed.write()
  738. atexit.register(Utils.cleanup, [fname])
  739. return self._replace(fname, force)
  740. return {'returncode': 0, 'updated': False}
  741. def _replace(self, fname, force=False):
  742. '''replace the current object with oc replace'''
  743. # We are removing the 'resourceVersion' to handle
  744. # a race condition when modifying oc objects
  745. yed = Yedit(fname)
  746. results = yed.delete('metadata.resourceVersion')
  747. if results[0]:
  748. yed.write()
  749. cmd = ['replace', '-f', fname]
  750. if force:
  751. cmd.append('--force')
  752. return self.openshift_cmd(cmd)
  753. def _create_from_content(self, rname, content):
  754. '''create a temporary file and then call oc create on it'''
  755. fname = Utils.create_tmpfile(rname + '-')
  756. yed = Yedit(fname, content=content)
  757. yed.write()
  758. atexit.register(Utils.cleanup, [fname])
  759. return self._create(fname)
  760. def _create(self, fname):
  761. '''call oc create on a filename'''
  762. return self.openshift_cmd(['create', '-f', fname])
  763. def _delete(self, resource, name=None, selector=None):
  764. '''call oc delete on a resource'''
  765. cmd = ['delete', resource]
  766. if selector is not None:
  767. cmd.append('--selector={}'.format(selector))
  768. elif name is not None:
  769. cmd.append(name)
  770. else:
  771. raise OpenShiftCLIError('Either name or selector is required when calling delete.')
  772. return self.openshift_cmd(cmd)
  773. def _process(self, template_name, create=False, params=None, template_data=None): # noqa: E501
  774. '''process a template
  775. template_name: the name of the template to process
  776. create: whether to send to oc create after processing
  777. params: the parameters for the template
  778. template_data: the incoming template's data; instead of a file
  779. '''
  780. cmd = ['process']
  781. if template_data:
  782. cmd.extend(['-f', '-'])
  783. else:
  784. cmd.append(template_name)
  785. if params:
  786. param_str = ["{}={}".format(key, str(value).replace("'", r'"')) for key, value in params.items()]
  787. cmd.append('-v')
  788. cmd.extend(param_str)
  789. results = self.openshift_cmd(cmd, output=True, input_data=template_data)
  790. if results['returncode'] != 0 or not create:
  791. return results
  792. fname = Utils.create_tmpfile(template_name + '-')
  793. yed = Yedit(fname, results['results'])
  794. yed.write()
  795. atexit.register(Utils.cleanup, [fname])
  796. return self.openshift_cmd(['create', '-f', fname])
  797. def _get(self, resource, name=None, selector=None, field_selector=None):
  798. '''return a resource by name '''
  799. cmd = ['get', resource]
  800. if selector is not None:
  801. cmd.append('--selector={}'.format(selector))
  802. if field_selector is not None:
  803. cmd.append('--field-selector={}'.format(field_selector))
  804. # Name cannot be used with selector or field_selector.
  805. if selector is None and field_selector is None and name is not None:
  806. cmd.append(name)
  807. cmd.extend(['-o', 'json'])
  808. rval = self.openshift_cmd(cmd, output=True)
  809. # Ensure results are retuned in an array
  810. if 'items' in rval:
  811. rval['results'] = rval['items']
  812. elif not isinstance(rval['results'], list):
  813. rval['results'] = [rval['results']]
  814. return rval
  815. def _schedulable(self, node=None, selector=None, schedulable=True):
  816. ''' perform oadm manage-node scheduable '''
  817. cmd = ['manage-node']
  818. if node:
  819. cmd.extend(node)
  820. else:
  821. cmd.append('--selector={}'.format(selector))
  822. cmd.append('--schedulable={}'.format(schedulable))
  823. return self.openshift_cmd(cmd, oadm=True, output=True, output_type='raw') # noqa: E501
  824. def _list_pods(self, node=None, selector=None, pod_selector=None):
  825. ''' perform oadm list pods
  826. node: the node in which to list pods
  827. selector: the label selector filter if provided
  828. pod_selector: the pod selector filter if provided
  829. '''
  830. cmd = ['manage-node']
  831. if node:
  832. cmd.extend(node)
  833. else:
  834. cmd.append('--selector={}'.format(selector))
  835. if pod_selector:
  836. cmd.append('--pod-selector={}'.format(pod_selector))
  837. cmd.extend(['--list-pods', '-o', 'json'])
  838. return self.openshift_cmd(cmd, oadm=True, output=True, output_type='raw')
  839. # pylint: disable=too-many-arguments
  840. def _evacuate(self, node=None, selector=None, pod_selector=None, dry_run=False, grace_period=None, force=False):
  841. ''' perform oadm manage-node evacuate '''
  842. cmd = ['manage-node']
  843. if node:
  844. cmd.extend(node)
  845. else:
  846. cmd.append('--selector={}'.format(selector))
  847. if dry_run:
  848. cmd.append('--dry-run')
  849. if pod_selector:
  850. cmd.append('--pod-selector={}'.format(pod_selector))
  851. if grace_period:
  852. cmd.append('--grace-period={}'.format(int(grace_period)))
  853. if force:
  854. cmd.append('--force')
  855. cmd.append('--evacuate')
  856. return self.openshift_cmd(cmd, oadm=True, output=True, output_type='raw')
  857. def _version(self):
  858. ''' return the openshift version'''
  859. return self.openshift_cmd(['version'], output=True, output_type='raw')
  860. def _import_image(self, url=None, name=None, tag=None):
  861. ''' perform image import '''
  862. cmd = ['import-image']
  863. image = '{0}'.format(name)
  864. if tag:
  865. image += ':{0}'.format(tag)
  866. cmd.append(image)
  867. if url:
  868. cmd.append('--from={0}/{1}'.format(url, image))
  869. cmd.append('-n{0}'.format(self.namespace))
  870. cmd.append('--confirm')
  871. return self.openshift_cmd(cmd)
  872. def _run(self, cmds, input_data):
  873. ''' Actually executes the command. This makes mocking easier. '''
  874. curr_env = os.environ.copy()
  875. curr_env.update({'KUBECONFIG': self.kubeconfig})
  876. proc = subprocess.Popen(cmds,
  877. stdin=subprocess.PIPE,
  878. stdout=subprocess.PIPE,
  879. stderr=subprocess.PIPE,
  880. env=curr_env)
  881. stdout, stderr = proc.communicate(input_data)
  882. return proc.returncode, stdout.decode('utf-8'), stderr.decode('utf-8')
  883. # pylint: disable=too-many-arguments,too-many-branches
  884. def openshift_cmd(self, cmd, oadm=False, output=False, output_type='json', input_data=None):
  885. '''Base command for oc '''
  886. cmds = [self.oc_binary]
  887. if oadm:
  888. cmds.append('adm')
  889. cmds.extend(cmd)
  890. if self.all_namespaces:
  891. cmds.extend(['--all-namespaces'])
  892. elif self.namespace is not None and self.namespace.lower() not in ['none', 'emtpy']: # E501
  893. cmds.extend(['-n', self.namespace])
  894. if self.verbose:
  895. print(' '.join(cmds))
  896. try:
  897. returncode, stdout, stderr = self._run(cmds, input_data)
  898. except OSError as ex:
  899. returncode, stdout, stderr = 1, '', 'Failed to execute {}: {}'.format(subprocess.list2cmdline(cmds), ex)
  900. rval = {"returncode": returncode,
  901. "cmd": ' '.join(cmds)}
  902. if output_type == 'json':
  903. rval['results'] = {}
  904. if output and stdout:
  905. try:
  906. rval['results'] = json.loads(stdout)
  907. except ValueError as verr:
  908. if "No JSON object could be decoded" in verr.args:
  909. rval['err'] = verr.args
  910. elif output_type == 'raw':
  911. rval['results'] = stdout if output else ''
  912. if self.verbose:
  913. print("STDOUT: {0}".format(stdout))
  914. print("STDERR: {0}".format(stderr))
  915. if 'err' in rval or returncode != 0:
  916. rval.update({"stderr": stderr,
  917. "stdout": stdout})
  918. return rval
  919. class Utils(object): # pragma: no cover
  920. ''' utilities for openshiftcli modules '''
  921. @staticmethod
  922. def _write(filename, contents):
  923. ''' Actually write the file contents to disk. This helps with mocking. '''
  924. with open(filename, 'w') as sfd:
  925. sfd.write(str(contents))
  926. @staticmethod
  927. def create_tmp_file_from_contents(rname, data, ftype='yaml'):
  928. ''' create a file in tmp with name and contents'''
  929. tmp = Utils.create_tmpfile(prefix=rname)
  930. if ftype == 'yaml':
  931. # AUDIT:no-member makes sense here due to ruamel.YAML/PyYAML usage
  932. # pylint: disable=no-member
  933. if hasattr(yaml, 'RoundTripDumper'):
  934. Utils._write(tmp, yaml.dump(data, Dumper=yaml.RoundTripDumper))
  935. else:
  936. Utils._write(tmp, yaml.safe_dump(data, default_flow_style=False))
  937. elif ftype == 'json':
  938. Utils._write(tmp, json.dumps(data))
  939. else:
  940. Utils._write(tmp, data)
  941. # Register cleanup when module is done
  942. atexit.register(Utils.cleanup, [tmp])
  943. return tmp
  944. @staticmethod
  945. def create_tmpfile_copy(inc_file):
  946. '''create a temporary copy of a file'''
  947. tmpfile = Utils.create_tmpfile('lib_openshift-')
  948. Utils._write(tmpfile, open(inc_file).read())
  949. # Cleanup the tmpfile
  950. atexit.register(Utils.cleanup, [tmpfile])
  951. return tmpfile
  952. @staticmethod
  953. def create_tmpfile(prefix='tmp'):
  954. ''' Generates and returns a temporary file name '''
  955. with tempfile.NamedTemporaryFile(prefix=prefix, delete=False) as tmp:
  956. return tmp.name
  957. @staticmethod
  958. def create_tmp_files_from_contents(content, content_type=None):
  959. '''Turn an array of dict: filename, content into a files array'''
  960. if not isinstance(content, list):
  961. content = [content]
  962. files = []
  963. for item in content:
  964. path = Utils.create_tmp_file_from_contents(item['path'] + '-',
  965. item['data'],
  966. ftype=content_type)
  967. files.append({'name': os.path.basename(item['path']),
  968. 'path': path})
  969. return files
  970. @staticmethod
  971. def cleanup(files):
  972. '''Clean up on exit '''
  973. for sfile in files:
  974. if os.path.exists(sfile):
  975. if os.path.isdir(sfile):
  976. shutil.rmtree(sfile)
  977. elif os.path.isfile(sfile):
  978. os.remove(sfile)
  979. @staticmethod
  980. def exists(results, _name):
  981. ''' Check to see if the results include the name '''
  982. if not results:
  983. return False
  984. if Utils.find_result(results, _name):
  985. return True
  986. return False
  987. @staticmethod
  988. def find_result(results, _name):
  989. ''' Find the specified result by name'''
  990. rval = None
  991. for result in results:
  992. if 'metadata' in result and result['metadata']['name'] == _name:
  993. rval = result
  994. break
  995. return rval
  996. @staticmethod
  997. def get_resource_file(sfile, sfile_type='yaml'):
  998. ''' return the service file '''
  999. contents = None
  1000. with open(sfile) as sfd:
  1001. contents = sfd.read()
  1002. if sfile_type == 'yaml':
  1003. # AUDIT:no-member makes sense here due to ruamel.YAML/PyYAML usage
  1004. # pylint: disable=no-member
  1005. if hasattr(yaml, 'RoundTripLoader'):
  1006. contents = yaml.load(contents, yaml.RoundTripLoader)
  1007. else:
  1008. contents = yaml.safe_load(contents)
  1009. elif sfile_type == 'json':
  1010. contents = json.loads(contents)
  1011. return contents
  1012. @staticmethod
  1013. def filter_versions(stdout):
  1014. ''' filter the oc version output '''
  1015. version_dict = {}
  1016. version_search = ['oc', 'openshift', 'kubernetes']
  1017. for line in stdout.strip().split('\n'):
  1018. for term in version_search:
  1019. if not line:
  1020. continue
  1021. if line.startswith(term):
  1022. version_dict[term] = line.split()[-1]
  1023. # horrible hack to get openshift version in Openshift 3.2
  1024. # By default "oc version in 3.2 does not return an "openshift" version
  1025. if "openshift" not in version_dict:
  1026. version_dict["openshift"] = version_dict["oc"]
  1027. return version_dict
  1028. @staticmethod
  1029. def add_custom_versions(versions):
  1030. ''' create custom versions strings '''
  1031. versions_dict = {}
  1032. for tech, version in versions.items():
  1033. # clean up "-" from version
  1034. if "-" in version:
  1035. version = version.split("-")[0]
  1036. if version.startswith('v'):
  1037. versions_dict[tech + '_numeric'] = version[1:].split('+')[0]
  1038. # "v3.3.0.33" is what we have, we want "3.3"
  1039. versions_dict[tech + '_short'] = version[1:4]
  1040. return versions_dict
  1041. @staticmethod
  1042. def openshift_installed():
  1043. ''' check if openshift is installed '''
  1044. import rpm
  1045. transaction_set = rpm.TransactionSet()
  1046. rpmquery = transaction_set.dbMatch("name", "atomic-openshift")
  1047. return rpmquery.count() > 0
  1048. # Disabling too-many-branches. This is a yaml dictionary comparison function
  1049. # pylint: disable=too-many-branches,too-many-return-statements,too-many-statements
  1050. @staticmethod
  1051. def check_def_equal(user_def, result_def, skip_keys=None, debug=False):
  1052. ''' Given a user defined definition, compare it with the results given back by our query. '''
  1053. # Currently these values are autogenerated and we do not need to check them
  1054. skip = ['metadata', 'status']
  1055. if skip_keys:
  1056. skip.extend(skip_keys)
  1057. for key, value in result_def.items():
  1058. if key in skip:
  1059. continue
  1060. # Both are lists
  1061. if isinstance(value, list):
  1062. if key not in user_def:
  1063. if debug:
  1064. print('User data does not have key [%s]' % key)
  1065. print('User data: %s' % user_def)
  1066. return False
  1067. if not isinstance(user_def[key], list):
  1068. if debug:
  1069. print('user_def[key] is not a list key=[%s] user_def[key]=%s' % (key, user_def[key]))
  1070. return False
  1071. if len(user_def[key]) != len(value):
  1072. if debug:
  1073. print("List lengths are not equal.")
  1074. print("key=[%s]: user_def[%s] != value[%s]" % (key, len(user_def[key]), len(value)))
  1075. print("user_def: %s" % user_def[key])
  1076. print("value: %s" % value)
  1077. return False
  1078. for values in zip(user_def[key], value):
  1079. if isinstance(values[0], dict) and isinstance(values[1], dict):
  1080. if debug:
  1081. print('sending list - list')
  1082. print(type(values[0]))
  1083. print(type(values[1]))
  1084. result = Utils.check_def_equal(values[0], values[1], skip_keys=skip_keys, debug=debug)
  1085. if not result:
  1086. print('list compare returned false')
  1087. return False
  1088. elif value != user_def[key]:
  1089. if debug:
  1090. print('value should be identical')
  1091. print(user_def[key])
  1092. print(value)
  1093. return False
  1094. # recurse on a dictionary
  1095. elif isinstance(value, dict):
  1096. if key not in user_def:
  1097. if debug:
  1098. print("user_def does not have key [%s]" % key)
  1099. return False
  1100. if not isinstance(user_def[key], dict):
  1101. if debug:
  1102. print("dict returned false: not instance of dict")
  1103. return False
  1104. # before passing ensure keys match
  1105. api_values = set(value.keys()) - set(skip)
  1106. user_values = set(user_def[key].keys()) - set(skip)
  1107. if api_values != user_values:
  1108. if debug:
  1109. print("keys are not equal in dict")
  1110. print(user_values)
  1111. print(api_values)
  1112. return False
  1113. result = Utils.check_def_equal(user_def[key], value, skip_keys=skip_keys, debug=debug)
  1114. if not result:
  1115. if debug:
  1116. print("dict returned false")
  1117. print(result)
  1118. return False
  1119. # Verify each key, value pair is the same
  1120. else:
  1121. if key not in user_def or value != user_def[key]:
  1122. if debug:
  1123. print("value not equal; user_def does not have key")
  1124. print(key)
  1125. print(value)
  1126. if key in user_def:
  1127. print(user_def[key])
  1128. return False
  1129. if debug:
  1130. print('returning true')
  1131. return True
  1132. class OpenShiftCLIConfig(object):
  1133. '''Generic Config'''
  1134. def __init__(self, rname, namespace, kubeconfig, options):
  1135. self.kubeconfig = kubeconfig
  1136. self.name = rname
  1137. self.namespace = namespace
  1138. self._options = options
  1139. @property
  1140. def config_options(self):
  1141. ''' return config options '''
  1142. return self._options
  1143. def to_option_list(self, ascommalist=''):
  1144. '''return all options as a string
  1145. if ascommalist is set to the name of a key, and
  1146. the value of that key is a dict, format the dict
  1147. as a list of comma delimited key=value pairs'''
  1148. return self.stringify(ascommalist)
  1149. def stringify(self, ascommalist=''):
  1150. ''' return the options hash as cli params in a string
  1151. if ascommalist is set to the name of a key, and
  1152. the value of that key is a dict, format the dict
  1153. as a list of comma delimited key=value pairs '''
  1154. rval = []
  1155. for key in sorted(self.config_options.keys()):
  1156. data = self.config_options[key]
  1157. if data['include'] \
  1158. and (data['value'] is not None or isinstance(data['value'], int)):
  1159. if key == ascommalist:
  1160. val = ','.join(['{}={}'.format(kk, vv) for kk, vv in sorted(data['value'].items())])
  1161. else:
  1162. val = data['value']
  1163. rval.append('--{}={}'.format(key.replace('_', '-'), val))
  1164. return rval
  1165. # -*- -*- -*- End included fragment: lib/base.py -*- -*- -*-
  1166. # -*- -*- -*- Begin included fragment: class/oc_adm_manage_node.py -*- -*- -*-
  1167. class ManageNodeException(Exception):
  1168. ''' manage-node exception class '''
  1169. pass
  1170. class ManageNodeConfig(OpenShiftCLIConfig):
  1171. ''' ManageNodeConfig is a DTO for the manage-node command.'''
  1172. def __init__(self, kubeconfig, node_options):
  1173. super(ManageNodeConfig, self).__init__(None, None, kubeconfig, node_options)
  1174. # pylint: disable=too-many-instance-attributes
  1175. class ManageNode(OpenShiftCLI):
  1176. ''' Class to wrap the oc command line tools '''
  1177. # pylint allows 5
  1178. # pylint: disable=too-many-arguments
  1179. def __init__(self,
  1180. config,
  1181. verbose=False):
  1182. ''' Constructor for ManageNode '''
  1183. super(ManageNode, self).__init__(None, kubeconfig=config.kubeconfig, verbose=verbose)
  1184. self.config = config
  1185. def evacuate(self):
  1186. ''' formulate the params and run oadm manage-node '''
  1187. return self._evacuate(node=self.config.config_options['node']['value'],
  1188. selector=self.config.config_options['selector']['value'],
  1189. pod_selector=self.config.config_options['pod_selector']['value'],
  1190. dry_run=self.config.config_options['dry_run']['value'],
  1191. grace_period=self.config.config_options['grace_period']['value'],
  1192. force=self.config.config_options['force']['value'],
  1193. )
  1194. def get_nodes(self, node=None, selector=''):
  1195. '''perform oc get node'''
  1196. _node = None
  1197. _sel = None
  1198. if node:
  1199. _node = node
  1200. if selector:
  1201. _sel = selector
  1202. results = self._get('node', name=_node, selector=_sel)
  1203. if results['returncode'] != 0:
  1204. return results
  1205. nodes = []
  1206. items = None
  1207. if results['results'][0]['kind'] == 'List':
  1208. items = results['results'][0]['items']
  1209. else:
  1210. items = results['results']
  1211. for node in items:
  1212. _node = {}
  1213. _node['name'] = node['metadata']['name']
  1214. _node['schedulable'] = True
  1215. if 'unschedulable' in node['spec']:
  1216. _node['schedulable'] = False
  1217. nodes.append(_node)
  1218. return nodes
  1219. def get_pods_from_node(self, node, pod_selector=None):
  1220. '''return pods for a node'''
  1221. results = self._list_pods(node=[node], pod_selector=pod_selector)
  1222. if results['returncode'] != 0:
  1223. return results
  1224. # When a selector or node is matched it is returned along with the json.
  1225. # We are going to split the results based on the regexp and then
  1226. # load the json for each matching node.
  1227. # Before we return we are going to loop over the results and pull out the node names.
  1228. # {'node': [pod, pod], 'node': [pod, pod]}
  1229. # 3.2 includes the following lines in stdout: "Listing matched pods on node:"
  1230. all_pods = []
  1231. if "Listing matched" in results['results']:
  1232. listing_match = re.compile('\n^Listing matched.*$\n', flags=re.MULTILINE)
  1233. pods = listing_match.split(results['results'])
  1234. for pod in pods:
  1235. if pod:
  1236. all_pods.extend(json.loads(pod)['items'])
  1237. # 3.3 specific
  1238. else:
  1239. # this is gross but I filed a bug...
  1240. # https://bugzilla.redhat.com/show_bug.cgi?id=1381621
  1241. # build our own json from the output.
  1242. all_pods = json.loads(results['results'])['items']
  1243. return all_pods
  1244. def list_pods(self):
  1245. ''' run oadm manage-node --list-pods'''
  1246. _nodes = self.config.config_options['node']['value']
  1247. _selector = self.config.config_options['selector']['value']
  1248. _pod_selector = self.config.config_options['pod_selector']['value']
  1249. if not _nodes:
  1250. _nodes = self.get_nodes(selector=_selector)
  1251. else:
  1252. _nodes = [{'name': name} for name in _nodes]
  1253. all_pods = {}
  1254. for node in _nodes:
  1255. results = self.get_pods_from_node(node['name'], pod_selector=_pod_selector)
  1256. if isinstance(results, dict):
  1257. return results
  1258. all_pods[node['name']] = results
  1259. results = {}
  1260. results['nodes'] = all_pods
  1261. results['returncode'] = 0
  1262. return results
  1263. def schedulable(self):
  1264. '''oadm manage-node call for making nodes unschedulable'''
  1265. nodes = self.config.config_options['node']['value']
  1266. selector = self.config.config_options['selector']['value']
  1267. if not nodes:
  1268. nodes = self.get_nodes(selector=selector)
  1269. else:
  1270. tmp_nodes = []
  1271. for name in nodes:
  1272. tmp_result = self.get_nodes(name)
  1273. if isinstance(tmp_result, dict):
  1274. tmp_nodes.append(tmp_result)
  1275. continue
  1276. tmp_nodes.extend(tmp_result)
  1277. nodes = tmp_nodes
  1278. # This is a short circuit based on the way we fetch nodes.
  1279. # If node is a dict/list then we've already fetched them.
  1280. for node in nodes:
  1281. if isinstance(node, dict) and 'returncode' in node:
  1282. return {'results': nodes, 'returncode': node['returncode']}
  1283. if isinstance(node, list) and 'returncode' in node[0]:
  1284. return {'results': nodes, 'returncode': node[0]['returncode']}
  1285. # check all the nodes that were returned and verify they are:
  1286. # node['schedulable'] == self.config.config_options['schedulable']['value']
  1287. if any([node['schedulable'] != self.config.config_options['schedulable']['value'] for node in nodes]):
  1288. results = self._schedulable(node=self.config.config_options['node']['value'],
  1289. selector=self.config.config_options['selector']['value'],
  1290. schedulable=self.config.config_options['schedulable']['value'])
  1291. # 'NAME STATUS AGE\\nip-172-31-49-140.ec2.internal Ready 4h\\n' # E501
  1292. # normalize formatting with previous return objects
  1293. if results['results'].startswith('NAME'):
  1294. nodes = []
  1295. # removing header line and trailing new line character of node lines
  1296. for node_results in results['results'].split('\n')[1:-1]:
  1297. parts = node_results.split()
  1298. nodes.append({'name': parts[0], 'schedulable': parts[1] == 'Ready'})
  1299. results['nodes'] = nodes
  1300. return results
  1301. results = {}
  1302. results['returncode'] = 0
  1303. results['changed'] = False
  1304. results['nodes'] = nodes
  1305. return results
  1306. @staticmethod
  1307. def run_ansible(params, check_mode):
  1308. '''run the idempotent ansible code'''
  1309. nconfig = ManageNodeConfig(params['kubeconfig'],
  1310. {'node': {'value': params['node'], 'include': True},
  1311. 'selector': {'value': params['selector'], 'include': True},
  1312. 'pod_selector': {'value': params['pod_selector'], 'include': True},
  1313. 'schedulable': {'value': params['schedulable'], 'include': True},
  1314. 'list_pods': {'value': params['list_pods'], 'include': True},
  1315. 'evacuate': {'value': params['evacuate'], 'include': True},
  1316. 'dry_run': {'value': params['dry_run'], 'include': True},
  1317. 'force': {'value': params['force'], 'include': True},
  1318. 'grace_period': {'value': params['grace_period'], 'include': True},
  1319. })
  1320. oadm_mn = ManageNode(nconfig)
  1321. # Run the oadm manage-node commands
  1322. results = None
  1323. changed = False
  1324. if params['schedulable'] != None:
  1325. if check_mode:
  1326. # schedulable returns results after the fact.
  1327. # We need to redo how this works to support check_mode completely.
  1328. return {'changed': True, 'msg': 'CHECK_MODE: would have called schedulable.'}
  1329. results = oadm_mn.schedulable()
  1330. if 'changed' not in results:
  1331. changed = True
  1332. if params['evacuate']:
  1333. results = oadm_mn.evacuate()
  1334. changed = True
  1335. elif params['list_pods']:
  1336. results = oadm_mn.list_pods()
  1337. if not results or results['returncode'] != 0:
  1338. return {'failed': True, 'msg': results}
  1339. return {'changed': changed, 'results': results, 'state': "present"}
  1340. # -*- -*- -*- End included fragment: class/oc_adm_manage_node.py -*- -*- -*-
  1341. # -*- -*- -*- Begin included fragment: ansible/oc_adm_manage_node.py -*- -*- -*-
  1342. def main():
  1343. '''
  1344. ansible oadm module for manage-node
  1345. '''
  1346. module = AnsibleModule(
  1347. argument_spec=dict(
  1348. debug=dict(default=False, type='bool'),
  1349. kubeconfig=dict(default='/etc/origin/master/admin.kubeconfig', type='str'),
  1350. node=dict(default=None, type='list'),
  1351. selector=dict(default=None, type='str'),
  1352. pod_selector=dict(default=None, type='str'),
  1353. schedulable=dict(default=None, type='bool'),
  1354. list_pods=dict(default=False, type='bool'),
  1355. evacuate=dict(default=False, type='bool'),
  1356. dry_run=dict(default=False, type='bool'),
  1357. force=dict(default=False, type='bool'),
  1358. grace_period=dict(default=None, type='int'),
  1359. ),
  1360. mutually_exclusive=[["selector", "node"], ['evacuate', 'list_pods'], ['list_pods', 'schedulable']],
  1361. required_one_of=[["node", "selector"]],
  1362. supports_check_mode=True,
  1363. )
  1364. results = ManageNode.run_ansible(module.params, module.check_mode)
  1365. if 'failed' in results:
  1366. module.fail_json(**results)
  1367. module.exit_json(**results)
  1368. if __name__ == "__main__":
  1369. main()
  1370. # -*- -*- -*- End included fragment: ansible/oc_adm_manage_node.py -*- -*- -*-